Browse Source

anrui_crm加入Jenkins

master
lzh 3 years ago
parent
commit
e3b24d1b7d
  1. 11
      anrui-crm/anrui-crm-api/pom.xml
  2. 8
      anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml

11
anrui-crm/anrui-crm-api/pom.xml

@ -43,5 +43,16 @@
</dependencies>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>http://nexus3.yyundong.com/repository/yxt-mvn-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://nexus3.yyundong.com/repository/yxt-mvn-snapshot/</url>
</snapshotRepository>
</distributionManagement>
</project>

8
anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml

@ -1,16 +1,16 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.104.142.192:3306/anrui_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
url: jdbc:mysql://172.18.0.4:3306/anrui_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
username: root
password: 123456
password: yxt_mysql_138
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
server-addr: 172.18.0.5:8848
redis:
database: 3 # Redis数据库索引(默认为0)
host: 127.0.0.1
host: 172.18.0.7
jedis:
pool:
max-active: -1 #连接池最大连接数(使用负值表示没有限制)

Loading…
Cancel
Save