springboot
文章平均质量分 54
Vidor_Chan
这个作者很懒,什么都没留下…
展开
-
Springboot使用SPI注册bean到spring容器
Springboot+SPI原创 2022-10-08 17:33:47 · 1728 阅读 · 0 评论 -
@Async使用记录
@Async原创 2022-09-15 15:57:32 · 214 阅读 · 0 评论 -
springcloud yaml list array定义
YAML: sellerIds: s1,s2 demo: sellerLists: - s1 - s2 JAVA: @Value("${sellerIds:{}}") private List<String> sellerIds; @Value("${sellerIds:[]}") private String[] sellerIds1; 数组默认值:[] list集合默认值:{} - 这种方式,需要使用ConfigurationProperties原创 2022-05-20 14:11:12 · 388 阅读 · 0 评论