|
@@ -1,14 +1,13 @@
|
|
|
database_type=mysql
|
|
|
spring.thymeleaf.cache=false
|
|
|
-#spring.datasource.url=jdbc:mysql://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
-spring.datasource.url=jdbc:mysql://200.1.54.238:13306/cgw?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
+spring.datasource.url=jdbc:mysql://200.1.54.238:13306/zyml?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
spring.datasource.username=cgw
|
|
|
spring.datasource.password=Cgw!1@2#3$4
|
|
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
-#spring.datasource2.url=jdbc:mysql://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
-#spring.datasource2.username=root
|
|
|
-#spring.datasource2.password=123456
|
|
|
-#spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
+spring.datasource2.url=jdbc:mysql://200.1.54.238:13306/zyml?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
+spring.datasource2.username=cgw
|
|
|
+spring.datasource2.password=Cgw!1@2#3$4
|
|
|
+spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
multipart.maxFileSize=10240404
|
|
|
spring.jpa.show-sql=true
|
|
@@ -62,7 +61,7 @@ spring.redis.database=0
|
|
|
# server host1
|
|
|
spring.redis.host=200.1.54.238
|
|
|
# server password
|
|
|
-spring.redis.password=Cgw!1@2#3$4
|
|
|
+spring.redis.password=Cgw!1#3%5
|
|
|
#connection port
|
|
|
spring.redis.port=16379
|
|
|
# pool settings ...
|