mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-10 16:26:28 +00:00
17 lines
594 B
YAML
17 lines
594 B
YAML
server:
|
|
port: 8080
|
|
spring:
|
|
datasource:
|
|
username: root
|
|
password: 123456
|
|
# 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
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jackson:
|
|
serialization:
|
|
write-dates-as-timestamps: true
|
|
|
|
#mybatis-plus:
|
|
# configuration:
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|