新增(移动)一些应该放在“管理”形成列表管理,而非放在“设置”形成单一配置的内容
This commit is contained in:
@@ -233,7 +233,7 @@ public class EmoneyIndexScraper {
|
||||
|
||||
try {
|
||||
Files.writeString(
|
||||
Path.of("./conf/extra/nonParamsIndexDetail." + detail.getNameCode() + ".json"),
|
||||
Path.of("./resources/conf/extra/nonParamsIndexDetail." + detail.getNameCode() + ".json"),
|
||||
MAPPER.valueToTree(detail).toPrettyString());
|
||||
} catch (IllegalArgumentException | IOException e) {
|
||||
// TODO Auto-generated catch block
|
||||
|
||||
Reference in New Issue
Block a user