| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices MyBatis Data ORM | 
| GroupId | GroupIdcom.github.liaomengge | 
| ArtifactId | ArtifactIdly-mybatis-spring-boot-starter | 
| Version | Version2.0.1-RELEASE | 
| Type | Typejar | 
| Description | Descriptionbase common starter base common starter for developer | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.liaomengge/ly-mybatis-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>ly-mybatis-spring-boot-starter</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.liaomengge/ly-mybatis-spring-boot-starter/
implementation 'com.github.liaomengge:ly-mybatis-spring-boot-starter:2.0.1-RELEASE'// https://jarcasting.com/artifacts/com.github.liaomengge/ly-mybatis-spring-boot-starter/
implementation ("com.github.liaomengge:ly-mybatis-spring-boot-starter:2.0.1-RELEASE")'com.github.liaomengge:ly-mybatis-spring-boot-starter:jar:2.0.1-RELEASE'<dependency org="com.github.liaomengge" name="ly-mybatis-spring-boot-starter" rev="2.0.1-RELEASE">
  <artifact name="ly-mybatis-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.liaomengge', module='ly-mybatis-spring-boot-starter', version='2.0.1-RELEASE')
)libraryDependencies += "com.github.liaomengge" % "ly-mybatis-spring-boot-starter" % "2.0.1-RELEASE"[com.github.liaomengge/ly-mybatis-spring-boot-starter "2.0.1-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.liaomengge : base-common-utils | jar | 1.1.5-RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.cloud : spring-cloud-context | jar | |
| com.zaxxer : HikariCP | jar |