일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Python
- jpa
- SpringBoot
- oracle
- STS
- Source
- Open Source
- myBatis
- IntelliJ
- MSSQL
- 오픈소스
- 설정
- Core Java
- Tomcat
- ubuntu
- Exception
- 문서
- maven
- MySQL
- error
- JavaScript
- AJAX
- Docker
- spring
- Thymeleaf
- git
- Eclipse
- PostgreSQL
- JDBC
- Spring Boot
- Today
- Total
목록MessageSource (2)
헤르메스 LIFE
개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.71 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.7.8 6. Thymeleaf 3.0.15 pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.7.8 simple.spring AppSpringBoot 0.0.1-SNAPSHOT AppSpringBoot Simple Spring Boot Project 11 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot..
@Autowired MessageSource messageSource; . . . @RequestMapping( value = { "getList" } ) public @ResponseBody Object getList( @RequestBody Map param, HttpServletRequest request, Locale locale ) throws Exception { logger.info( "Welcome i18n! The client locale is {}.", locale ); logger.info( "Session locale is {}.", localeResolver.resolveLocale( request ) ); logger.info( "메시지처리 예제 : {}", messageSour..