简介
java常用的工具包
- 各种 util 类
- fqueue基于文件的队列,核心类拷贝自 googlecode
- 图片验证码
- spring 日期转换
- spring bean validation异常处理
pom依赖
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-lang</artifactId>
<version>VERSION</version>
</dependency>
| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdme.aifaq |
| ArtifactId | ArtifactIdcommons-spring-boot-starter |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-spring-boot-starter
aggregate some useful class for java
|
<!-- https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-starter/ -->
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-spring-boot-starter</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-starter/
implementation 'me.aifaq:commons-spring-boot-starter:0.9'
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-starter/
implementation ("me.aifaq:commons-spring-boot-starter:0.9")
'me.aifaq:commons-spring-boot-starter:jar:0.9'
<dependency org="me.aifaq" name="commons-spring-boot-starter" rev="0.9">
<artifact name="commons-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.aifaq', module='commons-spring-boot-starter', version='0.9')
)
libraryDependencies += "me.aifaq" % "commons-spring-boot-starter" % "0.9"
[me.aifaq/commons-spring-boot-starter "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-starter-logging | jar | 2.0.4.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| org.slf4j : jul-to-slf4j | jar | 1.7.25 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.hibernate : hibernate-validator | jar | 6.0.12.Final |
| com.alibaba : fastjson | jar | 1.2.49 |
| Group / Artifact | Type | Version |
|---|---|---|
| me.aifaq : commons-spring-web | jar | 0.9 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-lang</artifactId>
<version>VERSION</version>
</dependency>