Browse Source

anrui_flowable加入Jenkins

zhanglei
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>
<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>

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

@ -1,11 +1,11 @@
spring:
datasource:
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
password: 123456
password: yxt_mysql_138
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
server-addr: 172.18.0.5:8848

Loading…
Cancel
Save