|
|
@@ -1,40 +1,13 @@
|
|
|
-logging:
|
|
|
- level:
|
|
|
- cn.qinys.platform: debug
|
|
|
+# dev 环境引导配置:仅包含 Nacos 连接信息,业务配置统一从 Nacos 配置中心读取
|
|
|
spring:
|
|
|
+ config:
|
|
|
+ import:
|
|
|
+ - nacos:wishing-upms-dev.yml?group=wishing&refreshEnabled=true
|
|
|
cloud:
|
|
|
nacos:
|
|
|
- discovery:
|
|
|
- server-addr: 192.168.101.7:8848
|
|
|
- namespace: a62810f4-be60-4973-8bd0-8199d19526ef
|
|
|
- username: nacos
|
|
|
- password: h8zG&mehJ#.s7V
|
|
|
- group: wishing
|
|
|
-
|
|
|
- data:
|
|
|
- redis:
|
|
|
- host: 192.168.101.7
|
|
|
- port: 6379
|
|
|
- password: "XinchanR@2022###"
|
|
|
- database: 3
|
|
|
-
|
|
|
- datasource:
|
|
|
- username: root
|
|
|
- password: "@@qinys12346.."
|
|
|
- url: jdbc:mysql://192.168.101.7:3306/wishing_upms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
|
|
|
- driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
-
|
|
|
-mybatis-plus:
|
|
|
- configuration:
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- map-underscore-to-camel-case: true
|
|
|
- mapper-locations: classpath*:com/ctsi/platform/mobile/*/mapper/xml/*.xml
|
|
|
- global-config:
|
|
|
- db-config:
|
|
|
- logic-delete-field: deleted
|
|
|
- logic-delete-value: 1
|
|
|
- logic-not-delete-value: 0
|
|
|
-
|
|
|
-system:
|
|
|
- base-url: https://wish.qinys.cn/dgapi/upms/ext/file/
|
|
|
- file-directory: /file/
|
|
|
+ server-addr: 192.168.1.177:8848
|
|
|
+ username: nacos
|
|
|
+ password: "h8zG&mehJ#.s7V"
|
|
|
+ config:
|
|
|
+ namespace: 1c7a4965-25aa-42f1-8667-4c6b6366a022
|
|
|
+ file-extension: yml
|