1. application.yml修改为application-dev.yml和application-prod.yml
2. 添加更多Exception拦截器 3. 编写状态模式处理task状态的更改 4. 添加StateChangeService,用以处理所有任务状态转换相关的内容 5. 添加StateEnum, ProtocolEnum,TaskTypeEnum用以处理任务和协议相关的所有状态和类型
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.realtime.protection.configuration.satoken;
|
||||
|
||||
public interface Nameable {
|
||||
String name();
|
||||
}
|
||||
Reference in New Issue
Block a user