Skip to content

Commit

Permalink
添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Feb 22, 2023
1 parent 096612c commit 7cdffcb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,26 @@
<version>2.7.3</version>
</dependency>

<!-- 为了减少包的大小,ws.schild只打包目标架构的库。如果您使用非Linux,请把上面注释掉,然后下面打开自己平台-->

<!-- <dependency>-->
<!-- <groupId>ws.schild</groupId>-->
<!-- <artifactId>jave-nativebin-win64</artifactId>-->
<!-- <version>2.7.3</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>ws.schild</groupId>-->
<!-- <artifactId>jave-nativebin-osx64</artifactId>-->
<!-- <version>2.7.3</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>ws.schild</groupId>-->
<!-- <artifactId>jave-all-deps</artifactId>-->
<!-- <version>2.7.3</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
Expand Down

0 comments on commit 7cdffcb

Please sign in to comment.