v1.1:native本地测试环境数据源配置
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#MySQL数据库配置
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://118.194.255.128:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false
|
||||
url: jdbc:mysql://118.194.255.128:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false
|
||||
username: root
|
||||
password: anan@dev##
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
druid:
|
||||
initial-size: 5
|
||||
max-active: 120
|
||||
@@ -49,7 +49,7 @@ spring:
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://118.194.255.128:6200
|
||||
password: accompany@redis@#!
|
||||
password: anan@dev@redis@#!
|
||||
threads: 16
|
||||
nettyThreads: 32
|
||||
codec: !<org.redisson.codec.MarshallingCodec> {}
|
||||
|
Reference in New Issue
Block a user