2023-11-07 02:12:15 +08:00
|
|
|
server:
|
|
|
|
port: 8080
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
username: pet_jisol_cn
|
|
|
|
password: sThsBwjfDcaw2wJR
|
2024-01-22 18:33:24 +08:00
|
|
|
url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
|
# url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
2023-11-07 02:12:15 +08:00
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
2023-11-10 03:56:07 +08:00
|
|
|
jackson:
|
|
|
|
serialization:
|
|
|
|
write-dates-as-timestamps: true
|
2023-11-07 02:12:15 +08:00
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
configuration:
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|