Notice
Recent Posts
Recent Comments
Link
목록스프링부트 (1)
infinity : 무한한 성장가능성

삽질의 시작 🤔 김영한 님의 스프링 부트 - 핵심원리와 활용강의의 섹션 7에서 @ConfigurationProperties에 대해 학습하던 중 의문이 한 가지 생겼다. @ConfigurationProperties 은 자바 빈 검증기를 사용할 수 있다는 것이다. @Getter @ConfigurationProperties("my.datasource") @Validated public class MyDataSourcePropertiesV3 { @NotEmpty private String url; @NotEmpty private String username; @NotEmpty private String password; private Etc etc; public MyDataSourcePropertiesV3(St..
Develop/✍️ 삽질기
2023. 12. 24. 18:59