|
@@ -167,6 +167,11 @@
|
|
<version>1.9.2</version>
|
|
<version>1.9.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.yaml</groupId>
|
|
|
|
+ <artifactId>snakeyaml</artifactId>
|
|
|
|
+ <version>1.27</version>
|
|
|
|
+ </dependency>
|
|
<!--阿里云开放搜索(OpenSearch)sdk -->
|
|
<!--阿里云开放搜索(OpenSearch)sdk -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun.opensearch</groupId>
|
|
<groupId>com.aliyun.opensearch</groupId>
|
|
@@ -378,6 +383,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ <version>2.3.4.RELEASE</version>
|
|
<configuration>
|
|
<configuration>
|
|
<!-- springboot启动类目录 -->
|
|
<!-- springboot启动类目录 -->
|
|
<mainClass>com.caimei.AdminApplication</mainClass>
|
|
<mainClass>com.caimei.AdminApplication</mainClass>
|