Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android Apk 이름
- DataTable
- FLUTTER
- html
- release unsigned
- Android Apk
- release Apk
- css
- error
- Program type already present
- spring
- Kotlin
- Eclipse
- apache gzip
- java error
- tomcat
- R프로그래밍
- jQuery
- Android
- Android Apk 이름 변경
- CSS사용법
- 안드로이드
- Java
- MySQL
- Firebase
- android fragment
- android error
- Exception
- JavaScript
- fragment
Archives
- Today
- Total
목록JavaConfig (1)
selfstarter
Spring JavaConfig 다국어 처리
Spring JavaConfig 다국어 처리 다국어 처리를 Client 단에서 하면 코드가 지저분해지고 유지보수도 어렵다 Spring에서 properties 파일을 이용하여 다국어 처리를 쉽게할 수 있도록 지원해준다 ContextMessageConfig 다국어 설정을 할 Config(MessageConfig.java)추가 setBasename는 메시지 properties가 있는 위치로 설정해준다 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.ReloadableResourceB..
Server/Spring
2019. 6. 25. 16:27