feat: 添加 spring-boot-mybatis starter.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 常量
|
||||
*
|
||||
* @author Jiahang Li
|
||||
* @version 1.0.0
|
||||
* @since 2023/6/23 18:49
|
||||
*/
|
||||
public class Const extends com.orion.lang.constant.Const {
|
||||
|
||||
private Const() {
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.orion.ops.framework.common.enums;
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 消息常量
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.orion.ops.framework.common.enums;
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 过滤器排序常量
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.orion.ops.framework.common.enums;
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 拦截器排序常量
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.orion.ops.framework.common.enums;
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 项目常量
|
||||
Reference in New Issue
Block a user