Compare commits
No commits in common. "153941c3265143670e40fb020679e14035d32bed" and "6d3299c9db15dd285c11dbefa424be250bc018b7" have entirely different histories.
153941c326
...
6d3299c9db
|
|
@ -43,7 +43,7 @@ public class EgovConfigAppProperties {
|
||||||
private String posblAtchFileSize;
|
private String posblAtchFileSize;
|
||||||
|
|
||||||
|
|
||||||
@Bean(name = "propertiesService", destroyMethod = "destroy")
|
@Bean(destroyMethod = "destroy")
|
||||||
public EgovPropertyServiceImpl propertiesService() {
|
public EgovPropertyServiceImpl propertiesService() {
|
||||||
EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl();
|
EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue