Commit 4790ba80 authored by ZWT's avatar ZWT

feat(能源管理系统): 修改架构

1.修改架构添加cse;
2.修改各微服务服务名,启动验证,完成cse注册;
3.修改各模块pom及配置文件,解决服务间无法调用问题;
4.修改各服务配置,解决gateway模块跨域问题;
5.暂时删除部分编译错误代码,完成本地登录流程等基础功能测试,验证改造后链路是否正常;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent d3504574
......@@ -32,4 +32,9 @@ public class TaskConstant {
* 半小时执行一次 12:05:00 12:35:00...
*/
public static final String HALF_HOUR = "0 5/30 * * * ?";
/**
* 任务锁定键
*/
public static final String TASK_LOCK_KEY = "pps.task_lock_key.";
}
\ No newline at end of file
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