rev:lucene

This commit is contained in:
2024-01-08 09:56:55 +08:00
parent 530275d651
commit 9b97d45a5f
45 changed files with 606 additions and 1197 deletions

View File

@@ -206,7 +206,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.0.1</version>
<version>5.5.0</version>
</dependency>
<!--loki-->
<!-- https://loki4j.github.io/loki-logback-appender/#quick-start -->
@@ -423,6 +423,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>