基于SpringBoot,统一管理依赖和插件,方便快速构建SpringBoot项目,同时也跟随 SpringBoot使用相关版本的第三方Jar包.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.wuda0112 | 
    
| ArtifactId | ArtifactIdyhan-spring-boot-based-parent | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Description基于spring boot,统一管理依赖和插件. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| yhan-spring-boot-based-parent-1.0.2.pom | 15 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.wuda0112/yhan-spring-boot-based-parent/ -->
<dependency>
    <groupId>io.github.wuda0112</groupId>
    <artifactId>yhan-spring-boot-based-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.github.wuda0112/yhan-spring-boot-based-parent/
implementation 'io.github.wuda0112:yhan-spring-boot-based-parent:1.0.2'
                // https://jarcasting.com/artifacts/io.github.wuda0112/yhan-spring-boot-based-parent/
implementation ("io.github.wuda0112:yhan-spring-boot-based-parent:1.0.2")
                'io.github.wuda0112:yhan-spring-boot-based-parent:pom:1.0.2'
                <dependency org="io.github.wuda0112" name="yhan-spring-boot-based-parent" rev="1.0.2">
  <artifact name="yhan-spring-boot-based-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.github.wuda0112', module='yhan-spring-boot-based-parent', version='1.0.2')
)
                libraryDependencies += "io.github.wuda0112" % "yhan-spring-boot-based-parent" % "1.0.2"
                [io.github.wuda0112/yhan-spring-boot-based-parent "1.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
基于SpringBoot,统一管理依赖和插件,方便快速构建SpringBoot项目,同时也跟随 SpringBoot使用相关版本的第三方Jar包.