|
|
@@ -3,19 +3,13 @@ NACOS_PORT: 8848
|
|
|
NAMESPACE: 74226456-1d37-4a89-bbb3-08d24fb54126
|
|
|
|
|
|
server:
|
|
|
- servlet:
|
|
|
- context-path: /
|
|
|
- port: 19003
|
|
|
+ port: 19001
|
|
|
|
|
|
spring:
|
|
|
- main:
|
|
|
- allow-bean-definition-overriding: true
|
|
|
- mvc:
|
|
|
- static-path-pattern: /static/** # 静态资源路径
|
|
|
- view:
|
|
|
- prefix: /WEB-INF/view
|
|
|
application:
|
|
|
name: load-transfer-io
|
|
|
+ profiles:
|
|
|
+ active: uat
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
@@ -25,11 +19,11 @@ spring:
|
|
|
formdesign: true
|
|
|
config:
|
|
|
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
|
|
+ username: ${spring.cloud.nacos.discovery.username}
|
|
|
+ password: ${spring.cloud.nacos.discovery.password}
|
|
|
namespace: ${spring.cloud.nacos.discovery.namespace}
|
|
|
- file-extension: yml
|
|
|
+ file-extension: yaml
|
|
|
shared-configs:
|
|
|
- - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} #公共配置
|
|
|
- - datasource-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} #数据源配置
|
|
|
- - hussar-common-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} #轻骑兵框架配置
|
|
|
- - hussar-cloud-oss-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
- - load-transfer-custom-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} #负荷转供系统自定义配置
|
|
|
+ - pwfhzg-application.${spring.cloud.nacos.config.file-extension} #公共配置
|
|
|
+ - pwfhzg-datasource.${spring.cloud.nacos.config.file-extension} #数据源配置
|
|
|
+ - pwfhzg-load-transfer-io.${spring.cloud.nacos.config.file-extension}
|