Merge remote-tracking branch 'origin/master' into wvp-28181-2.0

This commit is contained in:
panlinlin 2021-01-12 10:37:31 +08:00
commit f42790f91b
2 changed files with 7 additions and 7 deletions

View File

@ -13,12 +13,12 @@ spring:
timeout: 10000
# [不可用] jdbc数据库配置, 暂不支持
datasource:
# name: eiot
# url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
# username:
# password:
# type: com.alibaba.druid.pool.DruidDataSource
# driver-class-name: com.mysql.jdbc.Driver
#name: eiot
#url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
#username:
#password:
#type: com.alibaba.druid.pool.DruidDataSource
#driver-class-name: com.mysql.jdbc.Driver
name: eiot
url: jdbc:sqlite::resource:wvp.sqlite
username:

View File

@ -1,3 +1,3 @@
spring:
profiles:
active: local
active: dev