일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- intellij
- hikaricp
- git
- STS
- 라즈베리파이
- template
- Spring Boot
- ubuntu
- Linux
- hikari
- ORACLE CLOUD
- catalina log
- github
- log4j profile
- between 날짜
- springboot
- Gradle
- oracle
- Spring Security
- datasource
- bitbucket
- log4j2
- Spring
- mybatis
- python 개발환경
- 배열스트링
- MySQL
- Java
- oracle between
- between date
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 | 29 | 30 |
Tags
- intellij
- hikaricp
- git
- STS
- 라즈베리파이
- template
- Spring Boot
- ubuntu
- Linux
- hikari
- ORACLE CLOUD
- catalina log
- github
- log4j profile
- between 날짜
- springboot
- Gradle
- oracle
- Spring Security
- datasource
- bitbucket
- log4j2
- Spring
- mybatis
- python 개발환경
- 배열스트링
- MySQL
- Java
- oracle between
- between date
Archives
- Today
- Total
목록spring legacy (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