-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yong.teng
committed
Nov 28, 2023
1 parent
0447547
commit cf36b77
Showing
1 changed file
with
8 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,14 @@ | ||
# 模块说明 | ||
|
||
|
||
### buession-springboot-boot | ||
* [SpringBoot](https://spring.io/projects/spring-boot) 基础库依赖 | ||
* 封装 SpringBoot Application 启动抽象类 | ||
* 封装 SpringBoot Banner 抽象类 | ||
### buession-canal-annotation | ||
* 封装 buession canal 注解 | ||
|
||
### buession-springboot-cache | ||
* buession-redis 自动配置类 | ||
### buession-canal-core | ||
* buession canal 核心库 | ||
|
||
### buession-springboot-captcha | ||
* buession-security-captcha 行为验证码自动配置类 | ||
### buession-canal-client | ||
* buession canal 客户端 | ||
|
||
### buession-springboot-cli | ||
* SpringBoot 命令行应用 | ||
|
||
### buession-springboot-datasource | ||
* jdbc datasource 自动配置类,支持读写分离,spring transaction manager 自动配置类 | ||
|
||
### buession-springboot-geoip | ||
* buession-geoip 自动配置类 | ||
|
||
### buession-springboot-httpclient | ||
* buession-httpclient 自动配置类 | ||
|
||
### buession-springboot-mongodb | ||
* `MongoDataAutoConfiguration` 扩展 | ||
|
||
### buession-springboot-mybatis | ||
* apache mybatis 自动配置类,支持一主多从 SqlSessionTemplate | ||
|
||
### buession-springboot-pac4j | ||
* pac4j && buession-security-pac4j 自动配置类 | ||
|
||
### buession-springboot-session | ||
* buession-session 自动配置类 | ||
|
||
### buession-springboot-shiro | ||
* apache shiro && buession-security-shiro 自动配置类 | ||
|
||
### buession-springboot-velocity | ||
* apache velocity && buession-velocity 自动配置类 | ||
|
||
### buession-springboot-web | ||
* buession-web 自动配置类 | ||
### buession-canal-spring | ||
* buession canal springframework 支持 |