zilean 生态简易框架
Go to file
dependabot[bot] 52ab64ca44
Bump spring-boot-starter-web from 2.1.6.RELEASE to 2.5.12
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.6.RELEASE to 2.5.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.6.RELEASE...v2.5.12)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 18:52:55 +00:00
zilean-base roll-back 2019-08-29 00:01:13 +08:00
zilean-cache roll-back 2019-08-29 00:01:13 +08:00
zilean-common roll-back 2019-08-29 00:01:13 +08:00
zilean-mybatis roll-back 2019-08-29 00:01:13 +08:00
zilean-test roll-back 2019-08-29 00:01:13 +08:00
开发文档 init 2019-08-15 01:25:05 +08:00
.gitignore Initial commit 2019-08-15 00:20:05 +08:00
LICENSE init 2019-08-15 01:25:05 +08:00
README.md Update README.md 2019-08-15 12:30:35 +08:00
pom.xml Bump spring-boot-starter-web from 2.1.6.RELEASE to 2.5.12 2022-03-31 18:52:55 +00:00

README.md

zilean 生态

模块说明

zilean-base     用户、数据字典等常见的实体类,为独立模块  
zilean-cache    redis、ehcache等为独立模块  
zilean-common   各种常量、工具类等,为独立模块  
zilean-mybatis  jpa自动建表、mybatis二次封装以简化重复的crud为独立模块  
zilean-test     框架单元测试,为演示模块

使用

该项目使用IDEA进行开发, 以SpringBoot为基础, 下个上SpringMvc版本的.

1、修改zilean-test中"src/main/java/resources"下的application-database.properties中的
数据库连接url "spring.datasource.url" 为你的库

2、先运行让其自动创建基础表
src\main\java\cn\odboy\zilean\test\ZileanTestApplication.java

3、在者就能够运行测试用例查看效果了
src\test\java\cn\odboy\zilean\test\demo\SqlBuilderTest.java

4、具体如何使用我基本做到一看就明白就不多说了

联系方式

QQ1943815081
QQ学习群: 587306042
WXmxzf2014

贡献代码

最后如果该Demo对你有帮助不妨右上角点点Star支持一下我更喜欢你

鸣谢

第三方jar中的各个作者大爱.