2024-03-15 10:59:17 +08:00
|
|
|
server:
|
|
|
|
|
port: 8081
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
2024-04-03 09:27:11 +08:00
|
|
|
url: jdbc:sqlserver://47.100.54.81:1433;DatabaseName=zwtest
|
2024-03-15 15:53:57 +08:00
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
username: super
|
|
|
|
|
password: 1K4QfD%ESd1fe@VJ
|
2024-03-15 10:59:17 +08:00
|
|
|
hikari:
|
|
|
|
|
connection-timeout: 60000
|
|
|
|
|
validation-timeout: 3000
|
|
|
|
|
idle-timeout: 60000
|
|
|
|
|
login-timeout: 5
|
|
|
|
|
max-lifetime: 60000
|
|
|
|
|
maximum-pool-size: 10
|
|
|
|
|
minimum-idle: 10
|
|
|
|
|
read-only: false
|