| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.miw | 
    
| ArtifactId | ArtifactIdenjoy-spring-boot-starter | 
    
| Last Version | Last Version0.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionEnjoyStarter 
            jfinal enjoy自动装配并配置root环境变量 
         | 
    
<!-- https://jarcasting.com/artifacts/cn.miw/enjoy-spring-boot-starter/ -->
<dependency>
    <groupId>cn.miw</groupId>
    <artifactId>enjoy-spring-boot-starter</artifactId>
    <version>0.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.miw/enjoy-spring-boot-starter/
implementation 'cn.miw:enjoy-spring-boot-starter:0.0.2'
                // https://jarcasting.com/artifacts/cn.miw/enjoy-spring-boot-starter/
implementation ("cn.miw:enjoy-spring-boot-starter:0.0.2")
                'cn.miw:enjoy-spring-boot-starter:jar:0.0.2'
                <dependency org="cn.miw" name="enjoy-spring-boot-starter" rev="0.0.2">
  <artifact name="enjoy-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.miw', module='enjoy-spring-boot-starter', version='0.0.2')
)
                libraryDependencies += "cn.miw" % "enjoy-spring-boot-starter" % "0.0.2"
                [cn.miw/enjoy-spring-boot-starter "0.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.4.RELEASE | 
| com.jfinal : enjoy | jar | 3.7 |