Commit 083a08ee authored by 周昊's avatar 周昊

1、修改数据库配置

parent 9042b8c6
......@@ -97,8 +97,8 @@ public class AlgorithmBaseController extends BaseController {
private static final String PUBLIC_KEY_URL = "https://124.160.33.135:4077/evo-apigw/evo-oauth/1.0.0/oauth/public-key";
@GetMapping("/test")
/*@GetMapping("/test")
public String test() throws ClientException {
return IccUtil.StartPlaybackByTime();
}
}*/
}
......@@ -8,7 +8,7 @@ spring:
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: root
password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment