Commit 8560845f by Administrator

Update techhero-examsite-inspection-local.yml

parent 160b3de4
......@@ -2,10 +2,10 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://192.168.0.102:33060/transdatatestv2?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
driver-class-name: com.mysql.cj.jdbc.Driver
driver-class-name: com.mysql.jdbc.Driver
username: transdata
password: mysql-techhero
driverClassName: com.mysql.cj.jdbc.Driver
driverClassName: com.mysql.jdbc.Driver
initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数
maxActive: 20 #最大的连接数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment