License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-ready |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionSpringboot Ready
基于springboot常用组件的自动配置封装
|
Filename | Size |
---|---|
springboot-ready-2.0.0.pom | |
springboot-ready-2.0.0.jar | 78 KB |
springboot-ready-2.0.0-sources.jar | 36 KB |
springboot-ready-2.0.0-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-ready</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation 'com.github.hetianyi:springboot-ready:2.0.0'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation ("com.github.hetianyi:springboot-ready:2.0.0")
'com.github.hetianyi:springboot-ready:jar:2.0.0'
<dependency org="com.github.hetianyi" name="springboot-ready" rev="2.0.0">
<artifact name="springboot-ready" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-ready', version='2.0.0')
)
libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "2.0.0"
[com.github.hetianyi/springboot-ready "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.5.2 |
com.github.hetianyi : springboot-common | jar | 1.0.28 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.5.2 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
com.google.guava : guava Optional | jar | 30.1.1-jre |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |
junit : junit | jar | 4.13.2 |