일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- hikari
- springboot
- log4j2
- git
- github
- 배열스트링
- MySQL
- Spring
- oracle
- oracle between
- intellij
- mybatis
- template
- between date
- log4j profile
- Java
- ubuntu
- catalina log
- bitbucket
- ORACLE CLOUD
- python 개발환경
- Spring Boot
- Linux
- STS
- Gradle
- 라즈베리파이
- datasource
- hikaricp
- between 날짜
- Spring Security
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- hikari
- springboot
- log4j2
- git
- github
- 배열스트링
- MySQL
- Spring
- oracle
- oracle between
- intellij
- mybatis
- template
- between date
- log4j profile
- Java
- ubuntu
- catalina log
- bitbucket
- ORACLE CLOUD
- python 개발환경
- Spring Boot
- Linux
- STS
- Gradle
- 라즈베리파이
- datasource
- hikaricp
- between 날짜
- Spring Security
Archives
- Today
- Total
목록spring properties (1)
파워노트
spring properties 에 대해서...
* 대충 정리 하자면 spring 3.1 정도에서 좀 변화가 있었던거 같다. # 일반적인 xml 설정. Spring 3.1이전에는를 정의하면 PropertyPlaceholderConfigurer를 사용하였다. Environment를 이용해 해당값을 가져올수 있다. 물론 spring 3.1 이후에도 사용가능 하다. # property의 사용 [ application.properties ] app.message.hello="i am a boy" [ class ] @Value("${app.message.hello}") String hello; [ class 내에서의 사용 ] log.info("hello : {}", hello); # spring 3.1 이후 변화 spring 3.1 이후 부터는 Property..
spring legacy
2022. 3. 4. 19:24