dev初始化
This commit is contained in:
@ -24,6 +24,10 @@ apollo:
|
||||
enabled: true
|
||||
|
||||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: 127.0.0.1:8848
|
||||
aop:
|
||||
auto: true #开启spring的aop配置
|
||||
proxy-target-class: true
|
||||
@ -37,10 +41,10 @@ spring:
|
||||
ds0:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: mall
|
||||
password: unicom
|
||||
jdbc-url: jdbc:mysql://10.125.160.26:3306/ebtp_mall_project?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true
|
||||
url: jdbc:mysql://10.125.160.26:3306/ebtp_mall_project?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true
|
||||
username: root
|
||||
password: Unicom@2024
|
||||
jdbc-url: jdbc:mysql://59.110.10.99:53306/cosco_supplier_manager?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
url: jdbc:mysql://59.110.10.99:53306/cosco_supplier_manager?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
filters: stat,wall,log4j
|
||||
maxActive: 20
|
||||
initialSize: 1
|
||||
@ -145,10 +149,10 @@ ribbon:
|
||||
mconfig:
|
||||
swagger-ui-open: true
|
||||
exception-handle-enabled: true
|
||||
seata-open-enabled: false
|
||||
work-id: 1 #终端ID
|
||||
datacenter-id: 1 #数据中心ID
|
||||
host-name: http://10.242.37.148/
|
||||
# seata-open-enabled: false
|
||||
# work-id: 1 #终端ID
|
||||
# datacenter-id: 1 #数据中心ID
|
||||
# host-name: http://10.238.25.112/
|
||||
service-name-purp: mall-purp #采购系统委托项目微服务
|
||||
service-name-wfap: mall-wfap #重新评审 流程微服务
|
||||
service-name-resu: mall-resu #重新评审 项目中心查询服务
|
||||
@ -163,6 +167,10 @@ mconfig:
|
||||
service-name-resps: biz-service-ebtp-resps #标段应答文件
|
||||
service-name-rsms: biz-service-ebtp-rsms #评审微服务
|
||||
service-name-tender: biz-service-ebtp-tender #标段投标微服务
|
||||
service-name-agency: biz-service-ebtp-agency #招标代理库微服务
|
||||
service-name-provider: biz-supplier-manage #供应商微服务
|
||||
service-name-project: biz-service-ebtp-project #项目微服务
|
||||
service-name-system: sys-manager-ebtp-project
|
||||
wfSectionNo: '080'
|
||||
wfSectionName: 标段重新评审审批单
|
||||
|
||||
|
@ -5,4 +5,4 @@ app:
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: master
|
||||
active: dev
|
||||
|
Reference in New Issue
Block a user