还原配置

This commit is contained in:
阿沐 2022-11-06 21:39:21 +08:00
parent 51e6de25e1
commit 6b2698eb00

View File

@ -1,15 +1,15 @@
spring: spring:
redis: redis:
database: 10 database: 1
host: localhost host: localhost
port: 16379 port: 6379
password: 123456 #password:
#timeout: 6000ms # 连接超时时长(毫秒) #timeout: 6000ms # 连接超时时长(毫秒)
datasource: datasource:
# MySQL8 # MySQL8
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:13306/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true url: jdbc:mysql://localhost:3306/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
username: root username: maku
password: 123456 password: 123456
# 达梦 # 达梦
# driver-class-name: dm.jdbc.driver.DmDriver # driver-class-name: dm.jdbc.driver.DmDriver