add 调研模块

This commit is contained in:
yinglong zhang
2021-07-04 15:01:17 +08:00
parent dd162c5468
commit 94a6948948
13 changed files with 484 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ logging:
eureka:
client:
serviceUrl:
defaultZone: http://127.0.0.1:16000/eureka/
defaultZone: http:/192.168.10.47:16000/eureka/
spring:
application:
name: bat-wkflow
+3 -3
View File
@@ -15,10 +15,10 @@ logging:
eureka:
client:
serviceUrl:
defaultZone: http://127.0.0.1:8761/eureka/
defaultZone: http://192.168.10.47:8761/eureka/
spring:
application:
name: bat-wkflow
name: bat-wkflow-zqazqazqa
http:
encoding:
charset: UTF-8
@@ -31,7 +31,7 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/foton-bat-wkflow?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://192.168.10.47:3306/foton-bat-wkflow?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8
username: root
password: root
activiti: