
SpringBoot
文章平均质量分 74
hkk666123
这个作者很懒,什么都没留下…
展开
-
Springboot @Async 多线程获取返回值
最近需要用到多线程, 自己维护线程池很麻烦, 正好看到Springboot集成线程池的例子, 这里自己做了个尝试和总结, 记录一下, 也分享给需要的朋友;@Bean。原创 2023-07-26 20:02:28 · 3250 阅读 · 0 评论 -
【Springboot】中@JsonProperty和@JSONField用法和区别
解决json字符串的某些属性名和JavaBean中的属性名匹配不上的问题原创 2023-03-31 17:38:31 · 1699 阅读 · 2 评论 -
【Apollo】支持@ConfigurationProperties动态刷新
Apollo动态刷新后, @ConfigurationProperties的bean未更新原创 2023-03-30 18:17:13 · 4279 阅读 · 0 评论 -
【SpringBoot】@ConfigurationProperties 及 @Value 的区别和用法
@Value 和 @ConfigurationProperties 的区别和用法原创 2023-03-30 18:11:25 · 1088 阅读 · 0 评论 -
【SpringBoot】@ConfigurationProperties 及 @Value 注入示例
【代码】【SpringBoot】@ConfigurationProperties 及 @Value 注入示例。原创 2023-03-30 11:52:38 · 351 阅读 · 0 评论