添加静态页

This commit is contained in:
648540858
2020-09-25 17:55:32 +08:00
parent fc901e8c65
commit 764daa8a36
23 changed files with 177 additions and 4 deletions

View File

@@ -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: