Compare commits

...

3 Commits

Author SHA1 Message Date
LuoYe
f8f498bf32
Update README.md 2023-04-04 11:39:24 +08:00
LuoYe
c8591e0fd0 update 2021-08-30 10:30:20 +08:00
LuoYe
7307a626c2 update README.md 2021-08-19 16:29:05 +08:00
2 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# E5续订程序
此项目为该网址的源代码(后端) https://e5.qyi.io/
(前端) https://github.com/luoye663/e5-html
#### 使用教程
https://qyi.io/archives/687.html
#### 计划:
- [ ] 基础数据使用轻量级的h2存储
- [x] 日志使用 TDengine/influxdb 存储
- [x] 去除mysql依赖
- [ ] 去除mysql依赖
-
### 2021-08-19
1、取消启动清空redis
@ -48,6 +50,10 @@ github.client_secret
### log4j2
日志框架
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=luoye663/e5&type=Date)](https://star-history.com/#luoye663/e5&Date)
## 鸣谢
> [IntelliJ IDEA](https://www.jetbrains.com/zh-cn/idea/buy/#personal?billing=yearly) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE适用于 JVM 平台语言。

View File

@ -1,4 +1,4 @@
package io.qyi.e5.bean.influx2;
package io.qyi.e5.config.influx2;
import com.influxdb.LogLevel;
import com.influxdb.client.InfluxDBClient;