|
|
@@ -0,0 +1,25 @@
|
|
|
+app.datasource.url=jdbc:mysql://192.168.253.6:3306/sso?characterEncoding=utf-8&useSSL=false
|
|
|
+app.datasource.username=root
|
|
|
+app.datasource.password=select111***
|
|
|
+app.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
|
+app.datasource.initialSize=1
|
|
|
+app.datasource.minIdle=1
|
|
|
+app.datasource.maxActive=20
|
|
|
+app.datasource.maxWait=60000
|
|
|
+app.datasource.timeBetweenEvictionRunsMillis=60000
|
|
|
+app.datasource.minEvictableIdleTimeMillis=300000
|
|
|
+app.datasource.validationQuery=SELECT 1 FROM DUAL
|
|
|
+app.datasource.testWhileIdle=true
|
|
|
+app.datasource.testOnBorrow=true
|
|
|
+app.datasource.testOnReturn=false
|
|
|
+app.datasource.poolPreparedStatements=true
|
|
|
+app.datasource.timeBetweenLogStatsMillis=60000
|
|
|
+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.hibernate.ddl-auto=update
|
|
|
+
|
|
|
+management.security.enabled=false
|
|
|
+logging.level.com.uas.sso.sso.backend=debug
|