| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration | 
        
| GroupId | GroupIdcn.xphsc.boot | 
    
| ArtifactId | ArtifactIdweb-spring-boot-autoconfigure | 
    
| Last Version | Last Version1.0.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionweb 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.6</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.xphsc.boot/web-spring-boot-autoconfigure/
implementation 'cn.xphsc.boot:web-spring-boot-autoconfigure:1.0.6'
                // https://jarcasting.com/artifacts/cn.xphsc.boot/web-spring-boot-autoconfigure/
implementation ("cn.xphsc.boot:web-spring-boot-autoconfigure:1.0.6")
                'cn.xphsc.boot:web-spring-boot-autoconfigure:jar:1.0.6'
                <dependency org="cn.xphsc.boot" name="web-spring-boot-autoconfigure" rev="1.0.6">
  <artifact name="web-spring-boot-autoconfigure" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.xphsc.boot', module='web-spring-boot-autoconfigure', version='1.0.6')
)
                libraryDependencies += "cn.xphsc.boot" % "web-spring-boot-autoconfigure" % "1.0.6"
                [cn.xphsc.boot/web-spring-boot-autoconfigure "1.0.6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.3.RELEASE | 
| org.springframework.boot : spring-boot-starter-web Optional | jar | 1.5.3.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.3.RELEASE | 
| org.jsoup : jsoup | jar | 1.14.3 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Optional | jar | 2.11.4 |