@@ -57,5 +57,5 @@ public interface CommonService {
List<Map.Entry<String, Long>> getAgencyProjectCount();
- ConfigurationVO getConfigurationList();
+ Map<String, String> getConfigurationList();
}
@@ -319,8 +319,8 @@ public class CommonServiceImpl implements CommonService {
@Override
- public ConfigurationVO getConfigurationList() {
- return new ConfigurationVO(commonRepo.getConfigurationList());
+ public Map<String, String> getConfigurationList() {
+ return commonRepo.getConfigurationList();
Pageable getPageable(SearchConditionVO searchConditionVO) {
@@ -1,7 +1,7 @@
spring:
profiles:
- active: private-cloud-localhost
-# active: private-cloud-localhost
+ active: dev-localhost
+# active: private-cloud
cache:
guava:
spec: expireAfterWrite=30s