add:es日志,接入未测试

todo:添加日志删除按钮及日志条数显示
This commit is contained in:
zhangzhiqiang
2023-02-28 10:46:09 +08:00
parent 12578868f8
commit ba2e33c41e
23 changed files with 1065 additions and 22 deletions

View File

@@ -44,7 +44,19 @@
</exclusion>
</exclusions>
</dependency>
<!-- logback appender日志-->
<dependency>
<groupId>com.internetitem</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
<version>1.6</version>
</dependency>
<!-- elasticsearch-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
<version>2.7.5</version>
</dependency>
<!-- Excel打印-->
<dependency>