License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.sixinyiyu |
ArtifactId | ArtifactIdhttp-spring-boot-start |
Last Version | Last Version1.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp springboot autoconfigure
http 服务自动装配
|
<!-- https://jarcasting.com/artifacts/com.github.sixinyiyu/http-spring-boot-start/ -->
<dependency>
<groupId>com.github.sixinyiyu</groupId>
<artifactId>http-spring-boot-start</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sixinyiyu/http-spring-boot-start/
implementation 'com.github.sixinyiyu:http-spring-boot-start:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.sixinyiyu/http-spring-boot-start/
implementation ("com.github.sixinyiyu:http-spring-boot-start:1.0.3.RELEASE")
'com.github.sixinyiyu:http-spring-boot-start:jar:1.0.3.RELEASE'
<dependency org="com.github.sixinyiyu" name="http-spring-boot-start" rev="1.0.3.RELEASE">
<artifact name="http-spring-boot-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sixinyiyu', module='http-spring-boot-start', version='1.0.3.RELEASE')
)
libraryDependencies += "com.github.sixinyiyu" % "http-spring-boot-start" % "1.0.3.RELEASE"
[com.github.sixinyiyu/http-spring-boot-start "1.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.squareup.okhttp3 : okhttp | jar | 4.6.0 |
com.squareup.okhttp3 : logging-interceptor | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-undertow | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
com.google.guava : guava | jar | 29.0-jre |
com.jayway.jsonpath : json-path Optional | jar | 2.4.0 |
org.mapstruct : mapstruct-jdk8 | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
org.mapstruct : mapstruct-processor | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |