07 2021 档案

摘要:@Component public class PosCommonUtils{ @Resource private HotelService hotelService; private static PosCommonUtils posCommonUtils; @PostConstruct publ 阅读全文
posted @ 2021-07-16 16:43 寒水易兮萧萧风 阅读(525) 评论(0) 推荐(0)
摘要:内部类在使用fastjson转换时,遇到报错问题的解决方式: 将内部类修改为静态内部类,加个static即可; 具体原因可以参见: https://ningyu1.github.io/site/post/65-java-inner-class/ 阅读全文
posted @ 2021-07-16 16:32 寒水易兮萧萧风 阅读(752) 评论(0) 推荐(0)