You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
285 B

spring:
# 数据库配置
datasource:
url: jdbc:mysql://127.0.0.1:3306/zsw_auth?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
username: zsw_auth
password: zsw_auth_2022