Last Version

Springboot Ready 2.0.1

基于springboot常用组件的自动配置封装

License

License

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-ready
Version

Version

2.0.1
Type

Type

jar
Description

Description

Springboot Ready
基于springboot常用组件的自动配置封装

Download springboot-ready 2.0.1


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

Dependencies

compile (2)

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

provided (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.5.2
com.github.hetianyi : springboot-common jar 2.0.0
org.redisson : redisson jar 3.16.0
io.springfox : springfox-swagger2 jar 3.0.0
io.springfox : springfox-swagger-ui jar 3.0.0
org.springframework.boot : spring-boot-starter-security jar 2.5.2
org.springframework.boot : spring-boot-starter-aop jar 2.5.2

test (2)

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

Project Modules

There are no modules declared in this project.