diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1d199c09..e962b429 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -97,7 +97,7 @@ spring: database: 1 host: 127.0.0.1 port: 6379 - password: # 密码(默认为空) + password: 123456 # 密码(默认为空) timeout: 6000 # 连接超时时长(毫秒) pool: max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) @@ -106,9 +106,9 @@ spring: min-idle: 5 # 连接池中的最小空闲连接 # 数据源配置 datasource: - url: jdbc:mysql://localhost:3306/mysiteforme?useUnicode=true&characterEncoding=utf8&useSSL=false&tinyInt1isBit=true + url: jdbc:mysql://localhost:3306/mysiteforme_git?useUnicode=true&characterEncoding=utf8&useSSL=false&tinyInt1isBit=true username: root - password: tntjoy + password: 1111 #日志 logging:

AltStyle によって変換されたページ (->オリジナル) /