修改配置文件

This commit is contained in:
zhaochencheng 2022-11-16 10:27:25 +08:00
parent 4104454009
commit a8ae555e46
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ spring:
# schema: classpath*:sql/init.sql
# data: classpath:sql/data.sql
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://rm-wz987gwxg397qojlao.mysql.rds.aliyuncs.com:3638/wms_test?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true
username: wms_testr
password: asdfpoj_sodpfjo_piuPOi
url: jdbc:mysql://localhost:3306/wms?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true
username:
password:
jpa:
properties:
hibernate: