@ConfigurationProperties
2022. 1. 7. 16:25ㆍspring
@Component
@ConfigurationProperties(prefix = "globals")
public class GlobalsProperty {
private String dbType;
private String org-id;
}
application.yml
globals:
db-type: tibero
org-id: 3010000
'spring' 카테고리의 다른 글
[Spring Security] Ajax Post 통신 시 403 에러 (0) | 2022.01.09 |
---|---|
springboot mvn build test error (0) | 2022.01.08 |
AJAX 파일업로드 & 미리보기 (0) | 2022.01.05 |
java.net.BindException: Address already in use: bind (0) | 2022.01.04 |
Invalid CSRF token found for ... (0) | 2022.01.03 |