分类

链接

2025 年 12 月
1234567
891011121314
15161718192021
22232425262728
293031  

近期文章

热门标签

新人福利,免费薅羊毛

How to access application.yml properties via lombok

For getting value from application.yml you should be using @Value from the package org.springframework.beans.factory.annotation.Value but you are using lombok's @Value <span class="hljs-string">package</span> <span class="hljs-string">com.example.demo;</span> <span class="hljs-string">import</span> <span class="hljs-string">org.springframework.beans.factory.annotation.Value;</span> &...

JAVA 暂无评论 阅读(180)