| License | 
                License
                                                        Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| GroupId | GroupIdcom.github.yfhe2 | 
    
| ArtifactId | ArtifactIdboot-support-db | 
    
| Version | Version1.0.0-RELEASES | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpringboot类型项目依赖管理 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db/ -->
<dependency>
    <groupId>com.github.yfhe2</groupId>
    <artifactId>boot-support-db</artifactId>
    <version>1.0.0-RELEASES</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db/
implementation 'com.github.yfhe2:boot-support-db:1.0.0-RELEASES'
                // https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db/
implementation ("com.github.yfhe2:boot-support-db:1.0.0-RELEASES")
                'com.github.yfhe2:boot-support-db:jar:1.0.0-RELEASES'
                <dependency org="com.github.yfhe2" name="boot-support-db" rev="1.0.0-RELEASES">
  <artifact name="boot-support-db" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.yfhe2', module='boot-support-db', version='1.0.0-RELEASES')
)
                libraryDependencies += "com.github.yfhe2" % "boot-support-db" % "1.0.0-RELEASES"
                [com.github.yfhe2/boot-support-db "1.0.0-RELEASES"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-logging | jar | 2.3.4.RELEASE | 
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 | 
| tk.mybatis : mapper-spring-boot-starter | jar | 2.1.5 | 
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 | 
| com.github.yfhe2 : boot-support-commons-exception | jar | 1.0.0-RELEASES | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |