|
|
@@ -3,6 +3,8 @@ server:
|
|
|
spring:
|
|
|
application:
|
|
|
name: bpm-server
|
|
|
+ profiles:
|
|
|
+ active: @environment@
|
|
|
cloud:
|
|
|
nacos:
|
|
|
config:
|
|
|
@@ -58,18 +60,13 @@ spring:
|
|
|
host: s.dev01.dkiboss.com
|
|
|
port: 14000
|
|
|
password: dk
|
|
|
- zipkin:
|
|
|
- base-url: http://s.dev01.dkiboss.com:9411/
|
|
|
- discovery-client-enabled: false
|
|
|
- sleuth:
|
|
|
- sampler:
|
|
|
- probability: 1
|
|
|
+
|
|
|
servlet:
|
|
|
multipart:
|
|
|
max-file-size: 10MB
|
|
|
|
|
|
logback:
|
|
|
- file: D:\data\DK_MES\${spring.application.name}
|
|
|
+ file: D:\data\DK_MES
|
|
|
|
|
|
feign:
|
|
|
sentinel:
|
|
|
@@ -87,8 +84,7 @@ mybatis-plus:
|
|
|
type-aliases-package: com.dk.oauth.dto,com.dk.common.infrastructure.handler #类型转换器包名
|
|
|
mapper-locations: classpath:/mapper/**/*Mapper.xml,com/hegii/scrm/common/mapper/opinfo/*.xml
|
|
|
|
|
|
-mybatis:
|
|
|
- config-location: classpath:mybatis-config.xml
|
|
|
+
|
|
|
|
|
|
swagger:
|
|
|
enabled: true
|