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 |
Tags
- SpringBoot
- Eclipse
- JavaScript
- ubuntu
- Open Source
- Thymeleaf
- oracle
- Docker
- IntelliJ
- Tomcat
- MySQL
- Exception
- spring
- myBatis
- Core Java
- Python
- AJAX
- jpa
- MSSQL
- git
- 오픈소스
- PostgreSQL
- Spring Boot
- JDBC
- error
- 문서
- STS
- maven
- Source
- 설정
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