05 2023 档案
摘要:1、问题描述 有一个接收类,出于某种原因(调用第三方接口)会使用首字母大写的情况 @Data public class HelloModel{ private Strig ATest; private Strig BTest; } 当我使用这个类接收一个JSON 格式的数据,转换为对应的这个 Hel
阅读全文
摘要:初始化方法 @PostConstruct InitializingBean CommandLineRunner ApplicationRunner 先后顺序 @PostConstruct > InitializingBean > CommandLineRunner、ApplicationRunner
阅读全文