Last Version

Springboot Common 3.0.2

基于springboot开发的常用工具类

License

License

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-common
Version

Version

3.0.2
Type

Type

jar
Description

Description

Springboot Common
基于springboot开发的常用工具类
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/springboot-common

Download springboot-common 3.0.2


<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-common</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:3.0.2'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:3.0.2")
'com.github.hetianyi:springboot-common:jar:3.0.2'
<dependency org="com.github.hetianyi" name="springboot-common" rev="3.0.2">
  <artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='3.0.2')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "3.0.2"
[com.github.hetianyi/springboot-common "3.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.7
org.projectlombok : lombok Optional jar 1.18.20
com.google.guava : guava Optional jar 30.1.1-jre

provided (9)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-compress Optional jar 1.20
commons-codec : commons-codec jar 1.15
org.springframework.boot : spring-boot-starter-web Optional jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-data-redis Optional jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-aop Optional jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-security Optional jar 2.2.2.RELEASE
com.baomidou : mybatis-plus-boot-starter Optional jar 3.4.3.1
io.jsonwebtoken : jjwt Optional jar 0.9.1

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.2.2.RELEASE
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.