diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml new file mode 100644 index 0000000..ffb028c --- /dev/null +++ b/src/main/resources/application-test.yml @@ -0,0 +1,37 @@ +spring: + datasource: + type: com.alibaba.druid.pool.DruidDataSource + druid: + driver-class-name: com.mysql.cj.jdbc.Driver + username: crm + password: crm@123 + url: jdbc:mysql://192.168.1.13:3308/crm_usm?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 +# redis: +# host: localhost +# port: 6379 + redis: + database: 9 + host: 192.168.1.169 + password: '' +tm: + secretId: AKIDVotjKflbCYjgOr53xb093h6FApFQN5Yl + secretKey: 1oMfqmSt52kDRYR4SaUAbmiOp1yf8MM7 + +logging: + level: + net.rzdata.internation: debug +mybatis-flex: + type-aliases-package: com.blueland.common.core.domain + + + +knife4j: + enable: true + openapi: + title: 国际化接口文档 + group: + test1: + group-name: 国际化 + api-rule: package + api-rule-resources: + - com.blueland.common.core.controller \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 719a697..ffb028c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -23,8 +23,7 @@ logging: mybatis-flex: type-aliases-package: com.blueland.common.core.domain -log: - path: ./logs/crm-internation + knife4j: enable: true