250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JavaScript
- Open Source
- Tomcat
- JDBC
- 문서
- 설정
- Python
- maven
- ubuntu
- Spring Boot
- MySQL
- Source
- oracle
- Exception
- myBatis
- git
- AJAX
- spring
- PostgreSQL
- Core Java
- IntelliJ
- MSSQL
- 오픈소스
- Docker
- jpa
- SpringBoot
- Eclipse
- STS
- Thymeleaf
- error
Archives
- Today
- Total
목록EgovPropertyServiceImpl (1)
헤르메스 LIFE
[전자정부프레임워크] EgovPropertyServiceImpl
context-properties.xml @Controller 에서 사용의 예 @Resource( name = "propertiesService" ) EgovPropertyService propertiesService; . . . logger.debug( "propertyService.currentPageNo :: {}", propertiesService.getString( "currentPageNo" ) ); @Resource를 사용해서 사용할 수 있습니다. "context-properties.xml"에서 설정된 "propertiesService" 라는 이름으로 무조건 사용해야 합니다.
Spring Framework
2020. 11. 12. 23:26