License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-ready |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringboot Ready
基于springboot常用组件的自动配置封装
|
Filename | Size |
---|---|
springboot-ready-2.0.1.pom | |
springboot-ready-2.0.1.jar | 46 KB |
springboot-ready-2.0.1-sources.jar | 17 KB |
springboot-ready-2.0.1-javadoc.jar | 167 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.20 |
com.google.guava : guava Optional | jar | 30.1.1-jre |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |
junit : junit | jar | 4.13.2 |