반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- java 버전 변경
- No tests found for given includes
- xcrun: error: invalid active developer path
- java 1.8 11
- error
- aws
- log error
- parse
- yum install java
- statement.executequery() cannot issue statements that do not produce result sets.
- OpenFeign
- JUnit
- java
- 스프링부트테스트
- java version
- springboottest
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- springboot
- mysql executequery error
- Java 1.8
- java 여러개 버전
- tls프로토콜확인
- ssl프로토콜확인
- ssl이란?
- easy
- AWS CLI
- Medium
- LeetCode
- java 11
- mac os git error
Archives
- Today
- Total
목록property객체로접근 (1)
쩨이엠 개발 블로그
SpringBoot Annotation : @ConfigurationProperties
@ConfigurationProperties property파일에 있는 키들을 객체로 만들어 접근할 수 있게 만드는 어노테이션이다 필요한 dependency org.springframework.boot spring-boot-configuration-processor true application.yml adminapi: restapi: urlprefix: "urlprefix" token: "token-auth" period: 300 max-window-size: 3600 이 경우 객체로 받을 때 prefix로 adminapi를 사용하면 그 밑의 property에 접근할 수 있다 AppConfig.java package com.test.config; import lombok.Getter; import lo..
개발/JAVA
2020. 5. 8. 08:44