mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-09 14:36:00 +08:00
chore(config): 移除未使用的 DeployMode 部署模式枚举
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package cn.daxpay.open.platform.common.config.enums;
|
||||
|
||||
/// # 部署模式
|
||||
///
|
||||
public enum DeployMode {
|
||||
|
||||
/// 分模块部署, 如果有多个业务系统, 每套业务系统都是构建为独立的jar进行部署, 不同业务系统天生进行隔离
|
||||
MODULE,
|
||||
/// 融合部署, 如果有多个业务系统, 但打包成一个jar进行部署的模式, 自行处理业务系统的隔离
|
||||
FUSION;
|
||||
}
|
||||
Reference in New Issue
Block a user