propertiesService @Bean 설정 변경.

cks
강석 최 2023-11-02 11:31:13 +09:00
parent 640ec9223b
commit 9a0bfe5c3a
1 changed files with 1 additions and 1 deletions

View File

@ -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();