|
|
@@ -1,6 +1,6 @@
|
|
|
-app.datasource.url=jdbc:mysql://192.168.253.6:3306/sso?characterEncoding=utf-8&useSSL=false
|
|
|
+app.datasource.url=jdbc:mysql://10.10.100.18:3306/sso?characterEncoding=utf-8&useSSL=false
|
|
|
app.datasource.username=root
|
|
|
-app.datasource.password=select111***
|
|
|
+app.datasource.password=select
|
|
|
app.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
|
app.datasource.initialSize=1
|
|
|
app.datasource.minIdle=1
|
|
|
@@ -18,7 +18,7 @@ app.datasource.maxPoolPreparedStatementPerConnectionSize=20
|
|
|
app.datasource.filters=stat,slf4j
|
|
|
app.datasource.connectionProperties=druid.stat.mergeSql=false;druid.stat.slowSqlMillis=5000
|
|
|
|
|
|
-spring.jpa.show-sql=true
|
|
|
+spring.jpa.show-sql=false
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
|
management.security.enabled=false
|