Commit 09b58404 by Administrator

Update application.yml

parent 7c2ea0d8
......@@ -8,10 +8,11 @@ spring:
override-none: true
override-system-properties: false
datasource:
url: jdbc:oracle:thin:@127.0.0.1:1521/orcl
driver-class-name: oracle.jdbc.OracleDriver
username: score_hsk
url: jdbc:mysql://127.0.0.1?useSSL=false&serverTimezone=Asia/Shanghai&characterEncoding=utf8
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456
hikari:
minimum-idle: 1
maximum-pool-size: 5
......
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