|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package kr.xit.core.spring.config;
|
|
|
|
|
|
|
|
|
|
import egovframework.com.cmm.EgovMessageSource;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Arrays;
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
@ -174,7 +175,13 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @return [Resource 설정] 메세지 Properties 경로 설정
|
|
|
|
|
* <pre>
|
|
|
|
|
* Reloadable 메세지 설정
|
|
|
|
|
* - load할 메세지 : properties[spring.memssages.basename]에 정의
|
|
|
|
|
*
|
|
|
|
|
* @return ReloadableResourceBundleMessageSource
|
|
|
|
|
* </pre>
|
|
|
|
|
* @see EgovMessageSource
|
|
|
|
|
*/
|
|
|
|
|
@Bean
|
|
|
|
|
public ReloadableResourceBundleMessageSource messageSource() {
|
|
|
|
|