rev:lucene

This commit is contained in:
2024-01-23 17:47:15 +08:00
parent 3ce5b790ef
commit 068394bfe4
32 changed files with 656 additions and 948 deletions

View File

@@ -178,13 +178,6 @@
<artifactId>oshi-core</artifactId>
<version>5.0.1</version>
</dependency>
<!--loki-->
<!-- https://loki4j.github.io/loki-logback-appender/#quick-start -->
<dependency>
<groupId>com.github.loki4j</groupId>
<artifactId>loki-logback-appender-jdk8</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -395,6 +388,11 @@
</dependency>
<!-- Lucence核心包 -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>