diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 1de368cc..2c823fcc 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -77,7 +77,7 @@ task: data: initGather: 0/10 * * * * ? # 每分钟执行 # initGather: * * * 31 2 ? # 每分钟执行 - flag: false + flag: true # 单点登录 login-token-url: 'http://192.168.1.160:8881/#/login-token'