项目中经常使用到的jar包

项目中使用到的jar包

在项目中使用到的jar包,会找

lombok 自动生成getter setter toString

[lomboc 官网地址,内含文档](https://projectlombok.org/features/index.html)
1
2
3
4
5
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!--<version>1.16.14</version>-->
</dependency>

apache commons-lang 工具包

1
2

apache commons-io 工具包

1
2
分享到 评论