Browse Source

anrui_flowable加入Jenkins

master
lzh 3 years ago
parent
commit
7268be80f5
  1. 11
      anrui-flowable/anrui-flowable-api/pom.xml
  2. 6
      anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml

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

@ -47,5 +47,16 @@
</dependencies> </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> </project>

6
anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml

@ -1,11 +1,11 @@
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.104.142.192:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true url: jdbc:mysql://172.18.0.4:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
username: root username: root
password: 123456 password: yxt_mysql_138
cloud: cloud:
nacos: nacos:
discovery: discovery:
server-addr: 127.0.0.1:8848 server-addr: 172.18.0.5:8848

Loading…
Cancel
Save