propertiesService @Bean 설정 변경.
parent
640ec9223b
commit
9a0bfe5c3a
|
|
@ -43,7 +43,7 @@ public class EgovConfigAppProperties {
|
||||||
private String posblAtchFileSize;
|
private String posblAtchFileSize;
|
||||||
|
|
||||||
|
|
||||||
@Bean(destroyMethod = "destroy")
|
@Bean(name = "propertiesService", destroyMethod = "destroy")
|
||||||
public EgovPropertyServiceImpl propertiesService() {
|
public EgovPropertyServiceImpl propertiesService() {
|
||||||
EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl();
|
EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue