add redis配置
This commit is contained in:
parent
baa275a863
commit
a60f0a805b
|
|
@ -7,6 +7,12 @@ spring:
|
|||
url: jdbc:oceanbase://localhost:2881/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
username: root
|
||||
password: 123456
|
||||
data:
|
||||
redis:
|
||||
host: 117.72.94.232
|
||||
port: 56379
|
||||
password: redis
|
||||
database: 1
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
|
|
|||
|
|
@ -4,9 +4,15 @@ server:
|
|||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.oceanbase.jdbc.Driver
|
||||
url: jdbc:oceanbase://localhost:2881/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
url: jdbc:oceanbase://117.72.94.232:53306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
username: root
|
||||
password: password
|
||||
password: fU44GFH5
|
||||
data:
|
||||
redis:
|
||||
host: 117.72.94.232
|
||||
port: 56379
|
||||
password: redis
|
||||
database: 2
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@ spring:
|
|||
url: jdbc:oceanbase://localhost:3306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
username: root
|
||||
password: 123456
|
||||
data:
|
||||
redis:
|
||||
host: 117.72.94.232
|
||||
port: 56379
|
||||
password: redis
|
||||
database: 1
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
|
|
|||
|
|
@ -14,9 +14,15 @@ spring:
|
|||
namespace: public
|
||||
datasource:
|
||||
driver-class-name: com.oceanbase.jdbc.Driver
|
||||
url: jdbc:oceanbase://localhost:3306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
url: jdbc:oceanbase://117.72.94.232:53306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
username: root
|
||||
password: 123456
|
||||
password: fU44GFH5
|
||||
data:
|
||||
redis:
|
||||
host: 117.72.94.232
|
||||
port: 56379
|
||||
password: redis
|
||||
database: 2
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
|
|
|||
Loading…
Reference in New Issue