mirror of
https://github.com/luoye663/e5.git
synced 2025-07-30 11:58:54 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f8f498bf32 | ||
|
c8591e0fd0 | ||
|
7307a626c2 |
@ -1,11 +1,13 @@
|
|||||||
# E5续订程序
|
# E5续订程序
|
||||||
此项目为该网址的源代码(后端) https://e5.qyi.io/
|
此项目为该网址的源代码(后端) https://e5.qyi.io/
|
||||||
(前端) https://github.com/luoye663/e5-html
|
(前端) https://github.com/luoye663/e5-html
|
||||||
|
#### 使用教程
|
||||||
|
https://qyi.io/archives/687.html
|
||||||
|
|
||||||
#### 计划:
|
#### 计划:
|
||||||
- [ ] 基础数据使用轻量级的h2存储
|
- [ ] 基础数据使用轻量级的h2存储
|
||||||
- [x] 日志使用 TDengine/influxdb 存储
|
- [x] 日志使用 TDengine/influxdb 存储
|
||||||
- [x] 去除mysql依赖
|
- [ ] 去除mysql依赖
|
||||||
-
|
-
|
||||||
### 2021-08-19
|
### 2021-08-19
|
||||||
1、取消启动清空redis
|
1、取消启动清空redis
|
||||||
@ -48,6 +50,10 @@ github.client_secret
|
|||||||
### log4j2
|
### log4j2
|
||||||
日志框架
|
日志框架
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
[](https://star-history.com/#luoye663/e5&Date)
|
||||||
|
|
||||||
## 鸣谢
|
## 鸣谢
|
||||||
|
|
||||||
> [IntelliJ IDEA](https://www.jetbrains.com/zh-cn/idea/buy/#personal?billing=yearly) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE,适用于 JVM 平台语言。
|
> [IntelliJ IDEA](https://www.jetbrains.com/zh-cn/idea/buy/#personal?billing=yearly) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE,适用于 JVM 平台语言。
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package io.qyi.e5.bean.influx2;
|
package io.qyi.e5.config.influx2;
|
||||||
|
|
||||||
import com.influxdb.LogLevel;
|
import com.influxdb.LogLevel;
|
||||||
import com.influxdb.client.InfluxDBClient;
|
import com.influxdb.client.InfluxDBClient;
|
Loading…
x
Reference in New Issue
Block a user