Blzo-ex v0.5.0.1.RELEASE, feature at 06/12 2020.
run with:
- jdk 1.11 (向下兼容1.8)
- spring-boot v2.3.x.RELEASE
- gradle v6.x
0.5.x 计划
- 细化和精简依赖
- 集群服务增强(各种中间件集群模式)
| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdcom.jdkhome.blzo | 
| ArtifactId | ArtifactIdblzo-ex-mybatis-plus | 
| Last Version | Last Version0.5.0.3.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionblzo-ex-mybatis-plus blzo-ex-mybatis-plus | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/ -->
<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-mybatis-plus</artifactId>
    <version>0.5.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/
implementation 'com.jdkhome.blzo:blzo-ex-mybatis-plus:0.5.0.3.RELEASE'// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/
implementation ("com.jdkhome.blzo:blzo-ex-mybatis-plus:0.5.0.3.RELEASE")'com.jdkhome.blzo:blzo-ex-mybatis-plus:jar:0.5.0.3.RELEASE'<dependency org="com.jdkhome.blzo" name="blzo-ex-mybatis-plus" rev="0.5.0.3.RELEASE">
  <artifact name="blzo-ex-mybatis-plus" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jdkhome.blzo', module='blzo-ex-mybatis-plus', version='0.5.0.3.RELEASE')
)libraryDependencies += "com.jdkhome.blzo" % "blzo-ex-mybatis-plus" % "0.5.0.3.RELEASE"[com.jdkhome.blzo/blzo-ex-mybatis-plus "0.5.0.3.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.jdkhome.blzo : blzo-ex-utils | jar | 0.5.0.3.RELEASE | 
| com.baomidou : mybatis-plus-boot-starter | jar | 3.3.2 | 
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.13 | 
run with: