【fix】 修复近七日无数据问题

This commit is contained in:
wujiawei
2024-05-29 16:11:31 +08:00
parent 87b7a10166
commit 50876878c7
2 changed files with 13 additions and 2 deletions

View File

@ -7,6 +7,15 @@ spring:
username: sa
driver-class-name: org.h2.Driver
---
# h2 web
spring:
h2:
console:
enabled: true
path: /h2-console
settings:
web-allow-others: true
---
#spring:
# datasource:
# url: jdbc:mysql://127.0.0.1:3306/wu_lazy_cloud_netty_server?allowMultiQueries=true&useUnicode=true&autoReconnect=true&useAffectedRows=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&databaseTerm=SCHEMA