| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаcn.xphsc.boot |
| Идентификатор | Идентификаторweb-spring-boot-autoconfigure |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Описание |
Описаниеweb Spring Boot AutoConfigure 高度扩展组件
|
<!-- https://jarcasting.com/artifacts/cn.xphsc.boot/web-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.xphsc.boot</groupId>
<artifactId>web-spring-boot-autoconfigure</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc.boot/web-spring-boot-autoconfigure/
implementation 'cn.xphsc.boot:web-spring-boot-autoconfigure:1.0.2'
// https://jarcasting.com/artifacts/cn.xphsc.boot/web-spring-boot-autoconfigure/
implementation ("cn.xphsc.boot:web-spring-boot-autoconfigure:1.0.2")
'cn.xphsc.boot:web-spring-boot-autoconfigure:jar:1.0.2'
<dependency org="cn.xphsc.boot" name="web-spring-boot-autoconfigure" rev="1.0.2">
<artifact name="web-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc.boot', module='web-spring-boot-autoconfigure', version='1.0.2')
)
libraryDependencies += "cn.xphsc.boot" % "web-spring-boot-autoconfigure" % "1.0.2"
[cn.xphsc.boot/web-spring-boot-autoconfigure "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.3.RELEASE |
| org.springframework.boot : spring-boot-starter-web Необязательный | jar | 1.5.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.5.3.RELEASE |
| org.jsoup : jsoup | jar | 1.14.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Необязательный | jar | 2.11.4 |