简介
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-web-starter |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-spring-boot-web-starter
aggregate some useful class for java
|
Filename | Size |
---|---|
commons-spring-boot-web-starter-0.9.pom | |
commons-spring-boot-web-starter-0.9.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/ -->
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-spring-boot-web-starter</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/
implementation 'me.aifaq:commons-spring-boot-web-starter:0.9'
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/
implementation ("me.aifaq:commons-spring-boot-web-starter:0.9")
'me.aifaq:commons-spring-boot-web-starter:jar:0.9'
<dependency org="me.aifaq" name="commons-spring-boot-web-starter" rev="0.9">
<artifact name="commons-spring-boot-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.aifaq', module='commons-spring-boot-web-starter', version='0.9')
)
libraryDependencies += "me.aifaq" % "commons-spring-boot-web-starter" % "0.9"
[me.aifaq/commons-spring-boot-web-starter "0.9"]
Group / Artifact | Type | Version |
---|---|---|
me.aifaq : commons-spring-web | jar | 0.9 |
me.aifaq : commons-spring-boot-starter | jar | 0.9 |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.4.RELEASE |
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-lang</artifactId>
<version>VERSION</version>
</dependency>