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