您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
516 B

server:
port: 9983
spring:
jpa:
hibernate:
ddl-auto: update
show-sql: true
generate-ddl: true
database-platform: org.hibernate.dialect.MySQL8Dialect
datasource:
username: root
password: trgis
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://47.98.109.5:3309/sbquartz?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
hikari:
minimum-idle: 3
maximum-pool-size: 10
max-lifetime: 1800000
connection-test-query: SELECT 1