Ver Fonte

:zap: 升级flowable6.4.2,兼容oracle

smallchill há 6 anos atrás
pai
commit
67a2c5b78a
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      pom.xml
  2. 2 2
      src/main/resources/application-dev.yml

+ 1 - 1
pom.xml

@@ -22,7 +22,7 @@
         <swagger.bootstrapui.version>1.9.4</swagger.bootstrapui.version>
         <mybatis.plus.version>3.1.2</mybatis.plus.version>
         <protostuff.version>1.6.0</protostuff.version>
-        <flowable.version>6.4.1</flowable.version>
+        <flowable.version>6.4.2</flowable.version>
 
         <spring.boot.version>2.1.6.RELEASE</spring.boot.version>
         <spring.platform.version>Cairo-SR8</spring.platform.version>

+ 2 - 2
src/main/resources/application-dev.yml

@@ -17,11 +17,11 @@ spring:
     username: root
     password: root
     # PostgreSQL
-    #url: jdbc:postgresql://127.0.0.1:5432/bladex
+    #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
     #username: postgres
     #password: 123456
     # Oracle
-    #url: jdbc:oracle:thin:@127.0.0.1:49161:xe
+    #url: jdbc:oracle:thin:@127.0.0.1:49161:orcl
     #username: BLADEX_BOOT
     #password: oracle