License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-ready |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSpringboot Ready
基于springboot常用组件的自动配置封装
|
Project URL |
Project URL |
Filename | Size |
---|---|
springboot-ready-1.0.3.pom | |
springboot-ready-1.0.3.jar | 60 KB |
springboot-ready-1.0.3-sources.jar | 24 KB |
springboot-ready-1.0.3-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-ready</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation 'com.github.hetianyi:springboot-ready:1.0.3'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation ("com.github.hetianyi:springboot-ready:1.0.3")
'com.github.hetianyi:springboot-ready:jar:1.0.3'
<dependency org="com.github.hetianyi" name="springboot-ready" rev="1.0.3">
<artifact name="springboot-ready" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-ready', version='1.0.3')
)
libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "1.0.3"
[com.github.hetianyi/springboot-ready "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hetianyi : springboot-common | jar | 1.0.27 |
org.projectlombok : lombok Optional | jar | 1.18.10 |
com.google.guava : guava Optional | jar | 28.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.2.RELEASE |
org.redisson : redisson | jar | 3.13.6 |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
org.springframework.boot : spring-boot-starter-security | jar | 2.2.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.2.2.RELEASE |