@@ -19,6 +19,11 @@
</description>
<dependencies>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ </dependency>
<!-- Spring Cloud 基础 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -105,5 +105,8 @@ citu:
enable: true
ignore-urls:
ignore-tables:
-
+ error-code: # 错误码相关配置项
+ enable: false
+ constants-class-list:
+ - com.citu.module.menduner.system.enums.ErrorCodeConstants
debug: false
@@ -101,6 +101,10 @@ citu:
base-package: ${citu.info.base-package}
captcha:
enable: true # 验证码的开关,默认为 true;
tenant: # 多租户相关配置项
@@ -105,6 +105,10 @@ citu:
trade:
order:
app-id: 1 # 商户编号