first commit

This commit is contained in:
hanrenchun 2025-11-12 08:50:22 +08:00
parent 18e7fc8a4e
commit 74cc82066e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://221.229.107.118:23306/officialWebsite?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://221.229.107.118:23306/wisdomPark?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: 'puxing@18912915666' password: 'puxing@18912915666'
# 从库数据源 # 从库数据源

View File

@ -21,7 +21,7 @@ server:
port: 9188 port: 9188
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: /officialWebsite/ context-path: /wisdomPark/
tomcat: tomcat:
# tomcat的URI编码 # tomcat的URI编码
uri-encoding: UTF-8 uri-encoding: UTF-8