添加静态页
This commit is contained in:
@@ -5,21 +5,21 @@ spring:
|
||||
database: redis
|
||||
# 通信方式,支持kafka、http
|
||||
communicate: http
|
||||
redis:
|
||||
redis:
|
||||
# Redis服务器IP
|
||||
host: 192.168.1.141
|
||||
#端口号
|
||||
port: 6379
|
||||
database: 6
|
||||
#访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
|
||||
password: 4767cb971b40a1300fa09b7f87b09d1c
|
||||
password:
|
||||
#超时时间
|
||||
timeout: 10000
|
||||
datasource:
|
||||
name: eiot
|
||||
url: jdbc:mysql://192.168.1.141:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
||||
username: root
|
||||
password: root
|
||||
username:
|
||||
password:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user