Spring Boot 工具包
小于 1 分钟
Spring Boot 工具包
近几年为了解决一些不同项目的业务问题陆续开发了很多工具类。但是每次新建项目都要把这些工具类拽来拽去特别麻烦。 所以搞了一个工具包,提交到了中央仓库。每次新建项目的时候只需要引入依赖即可。
Common Boot Starter
https://mvnrepository.com/artifact/cn.valot/common-boot-starter
Dependency
<!-- https://mvnrepository.com/artifact/cn.valot/common-boot-starter -->
<dependency>
<groupId>cn.valot</groupId>
<artifactId>common-boot-starter</artifactId>
<version>${latestTag}</version>
</dependency>