摘要:
@Component public class PosCommonUtils{ @Resource private HotelService hotelService; private static PosCommonUtils posCommonUtils; @PostConstruct publ 阅读全文
摘要:
内部类在使用fastjson转换时,遇到报错问题的解决方式: 将内部类修改为静态内部类,加个static即可; 具体原因可以参见: https://ningyu1.github.io/site/post/65-java-inner-class/ 阅读全文