dev初始化
This commit is contained in:
10
pom.xml
10
pom.xml
@ -96,11 +96,11 @@
|
|||||||
<artifactId>druid-spring-boot-starter</artifactId>
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||||||
<version>${druid.version}</version>
|
<version>${druid.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>com.ctrip.framework.apollo</groupId>
|
<!-- <groupId>com.ctrip.framework.apollo</groupId>-->
|
||||||
<artifactId>apollo-client</artifactId>
|
<!-- <artifactId>apollo-client</artifactId>-->
|
||||||
<version>${apollo.client.version}</version>
|
<!-- <version>${apollo.client.version}</version>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-fileupload</groupId>
|
<groupId>commons-fileupload</groupId>
|
||||||
<artifactId>commons-fileupload</artifactId>
|
<artifactId>commons-fileupload</artifactId>
|
||||||
|
@ -24,6 +24,10 @@ apollo:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
server-addr: 127.0.0.1:8848
|
||||||
aop:
|
aop:
|
||||||
auto: true #开启spring的aop配置
|
auto: true #开启spring的aop配置
|
||||||
proxy-target-class: true
|
proxy-target-class: true
|
||||||
@ -37,10 +41,10 @@ spring:
|
|||||||
ds0:
|
ds0:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: mall
|
username: root
|
||||||
password: unicom
|
password: Unicom@2024
|
||||||
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
|
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://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://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
|
filters: stat,wall,log4j
|
||||||
maxActive: 20
|
maxActive: 20
|
||||||
initialSize: 1
|
initialSize: 1
|
||||||
@ -145,10 +149,10 @@ ribbon:
|
|||||||
mconfig:
|
mconfig:
|
||||||
swagger-ui-open: true
|
swagger-ui-open: true
|
||||||
exception-handle-enabled: true
|
exception-handle-enabled: true
|
||||||
seata-open-enabled: false
|
# seata-open-enabled: false
|
||||||
work-id: 1 #终端ID
|
# work-id: 1 #终端ID
|
||||||
datacenter-id: 1 #数据中心ID
|
# datacenter-id: 1 #数据中心ID
|
||||||
host-name: http://10.242.37.148/
|
# host-name: http://10.238.25.112/
|
||||||
service-name-purp: mall-purp #采购系统委托项目微服务
|
service-name-purp: mall-purp #采购系统委托项目微服务
|
||||||
service-name-wfap: mall-wfap #重新评审 流程微服务
|
service-name-wfap: mall-wfap #重新评审 流程微服务
|
||||||
service-name-resu: mall-resu #重新评审 项目中心查询服务
|
service-name-resu: mall-resu #重新评审 项目中心查询服务
|
||||||
@ -163,6 +167,10 @@ mconfig:
|
|||||||
service-name-resps: biz-service-ebtp-resps #标段应答文件
|
service-name-resps: biz-service-ebtp-resps #标段应答文件
|
||||||
service-name-rsms: biz-service-ebtp-rsms #评审微服务
|
service-name-rsms: biz-service-ebtp-rsms #评审微服务
|
||||||
service-name-tender: biz-service-ebtp-tender #标段投标微服务
|
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'
|
wfSectionNo: '080'
|
||||||
wfSectionName: 标段重新评审审批单
|
wfSectionName: 标段重新评审审批单
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ app:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: master
|
active: dev
|
||||||
|
Reference in New Issue
Block a user