| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.huangbaol | 
    
| ArtifactId | ArtifactIdcommon-spring-boot-starter | 
    
| Version | Version2.1.5.191028.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.huangbaol 
            some spring boot common config 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.huangbaol</groupId>
    <artifactId>common-spring-boot-starter</artifactId>
    <version>2.1.5.191028.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/
implementation 'com.github.huangbaol:common-spring-boot-starter:2.1.5.191028.RELEASE'
                // https://jarcasting.com/artifacts/com.github.huangbaol/common-spring-boot-starter/
implementation ("com.github.huangbaol:common-spring-boot-starter:2.1.5.191028.RELEASE")
                'com.github.huangbaol:common-spring-boot-starter:jar:2.1.5.191028.RELEASE'
                <dependency org="com.github.huangbaol" name="common-spring-boot-starter" rev="2.1.5.191028.RELEASE">
  <artifact name="common-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.huangbaol', module='common-spring-boot-starter', version='2.1.5.191028.RELEASE')
)
                libraryDependencies += "com.github.huangbaol" % "common-spring-boot-starter" % "2.1.5.191028.RELEASE"
                [com.github.huangbaol/common-spring-boot-starter "2.1.5.191028.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.5.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE | 
| com.alibaba : fastjson | jar | 1.2.60 | 
| com.github.huangbaol : common | jar | 1.0.9 | 
| org.projectlombok : lombok | jar | 1.18.6 | 
| com.auth0 : java-jwt | jar | 3.8.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.5.RELEASE | 
| javax.servlet : javax.servlet-api | jar | 4.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |