Merge branch 'main' into 'develop'

# Conflicts:
#   docker-entrypoint.sh
This commit is contained in:
william
2024-05-06 12:33:09 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ public class InfoController {
public Map<String, Object> test(@RequestParam(required = false) String key) {
Map<String, Object> map = Maps.newHashMap();
map.put("stockMarketDbUrl", stockMarketDbUrl);
map.put("stockMarketDbUrl1", stockMarketDbUrl);
if(StringUtils.isNotBlank(key)) {
map.put("key", PropertiesUtil.getProperty(key));
}