前后端加密
parent
8cfc9728fb
commit
fb355064d8
13
pom.xml
13
pom.xml
|
@ -129,6 +129,19 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
|
<!-- <resources>-->
|
||||||
|
<!-- <!– 打包时只保留如下文件为配置文件 –>-->
|
||||||
|
<!-- <resource>-->
|
||||||
|
<!-- <directory>src/main/resources</directory>-->
|
||||||
|
<!-- <includes>-->
|
||||||
|
<!-- <include>bootstrap.yaml</include>-->
|
||||||
|
<!-- <include>bootstrap-local.yaml</include>-->
|
||||||
|
<!-- <include>banner.txt</include>-->
|
||||||
|
<!-- <include>logback-spring.xml</include>-->
|
||||||
|
<!-- </includes>-->
|
||||||
|
<!-- </resource>-->
|
||||||
|
<!-- </resources>-->
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<!-- 使用 huawei / aliyun 的 Maven 源,提升下载速度 -->
|
<!-- 使用 huawei / aliyun 的 Maven 源,提升下载速度 -->
|
||||||
|
|
|
@ -69,6 +69,10 @@
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue