License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-autoconfigure |
Last Version | Last Version0.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionicu.easyj.boot :: easyj-spring-boot-autoconfigure
EasyJ各功能在Spring Boot项目中的自动装配功能,需要引用各功能的starter激活相应的自动装配类。
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-autoconfigure/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-autoconfigure</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-autoconfigure/
implementation 'icu.easyj.boot:easyj-spring-boot-autoconfigure:0.6.8'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-autoconfigure/
implementation ("icu.easyj.boot:easyj-spring-boot-autoconfigure:0.6.8")
'icu.easyj.boot:easyj-spring-boot-autoconfigure:jar:0.6.8'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-autoconfigure" rev="0.6.8">
<artifact name="easyj-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-autoconfigure', version='0.6.8')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-autoconfigure" % "0.6.8"
[icu.easyj.boot/easyj-spring-boot-autoconfigure "0.6.8"]
Group / Artifact | Type | Version |
---|---|---|
icu.easyj.boot : easyj-spring-boot | jar | 0.6.8 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.1 |