forked from dibo-software/diboot
-
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
mazhicheng
committed
Jan 14, 2020
1 parent
bce518f
commit 4eae8a1
Showing
86 changed files
with
102 additions
and
94 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
/** | ||
* DibootCore自动配置类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/08/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
/** | ||
* diboot-core配置文件类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/08/06 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
/** | ||
* SQL处理类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/08/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
/** | ||
* QueryWrapper构建器 - Entity,DTO -> 注解绑定查询条件 并转换为QueryWrapper对象 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/07/27 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
|
||
/** | ||
* 绑定管理器 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/7/18 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
import java.lang.annotation.*; | ||
|
||
/** | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/21 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
/** | ||
* 绑定Entity 注解定义 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/21 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
import java.lang.annotation.*; | ||
|
||
/** | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/21 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
import java.lang.annotation.*; | ||
|
||
/** | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/21 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
/** | ||
* 关系绑定Binder父类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/19 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
/** | ||
* Entity实体绑定Binder,用于绑定当前一个entity到目标对象的属性 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/19 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
/** | ||
* Entity集合绑定实现 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/19 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
/** | ||
* 关联字段绑定 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/1/19 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
/** | ||
* VO绑定注解的归类分组,用于缓存解析后的结果 | ||
* @author Mazhicheng<br> | ||
* @author [email protected]<br> | ||
* @version 1.0<br> | ||
* @date 2019/04/03 <br> | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
/** | ||
* VO对象中的绑定注解 缓存管理类 | ||
* @author Mazhicheng<br> | ||
* @author [email protected]<br> | ||
* @version 1.0<br> | ||
* @date 2019/04/03 <br> | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
/** | ||
* 条件表达式的管理器 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/4/1 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
/** | ||
* 关联注解条件解析器 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/3/30 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
/** | ||
* 字段名与注解的包装对象关系 <br> | ||
* | ||
* @author Mazhicheng<br> | ||
* @author [email protected]<br> | ||
* @version 1.0<br> | ||
* @date 2019/04/04 <br> | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
/** | ||
* 中间表 | ||
* @author Mazhicheng<br> | ||
* @author [email protected]<br> | ||
* @version 1.0<br> | ||
* @date 2019/04/01 <br> | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
/** | ||
* 比较条件枚举类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/08/06 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
/*** | ||
* 系统默认配置 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
/** | ||
* 基础常量定义 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
/*** | ||
* Controller的父类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
/*** | ||
* CRUD增删改查通用RestController-父类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
/** | ||
* Entity基础父类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/12/27 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
/** | ||
* 附带extdata扩展字段的Entity父类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/12/27 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
/** | ||
* 数据字典实体 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/12/27 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/** | ||
* 全局异常统一处理的默认实现 | ||
* (继承自该类并添加@ControllerAdvice注解即可自动支持兼容页面和JSON的异常处理) | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/07/19 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
/** | ||
* 基础CRUD的父类Mapper | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/12/22 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
/** | ||
* 数据字典Mapper | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/12/22 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
/** | ||
* 插件管理器 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2018/10/23 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
/** | ||
* 基础服务Service | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
/** | ||
* 数据字典Service | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
/*** | ||
* CRUD通用接口实现类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @param <M> mapper类 | ||
* @param <T> entity类 | ||
* @version 2.0 | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
/** | ||
* 数据字典相关service实现 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
/** | ||
* Bean相关处理工具类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
/** | ||
* Spring上下文帮助类 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
/** | ||
* 提供常用的日期操作的工具类 | ||
* @author MaZhicheng | ||
* @author [email protected] | ||
* @version 2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
/** | ||
* Spring表单自动绑定到Java属性时的日期格式转换 | ||
* @author Mazhicheng | ||
* @author [email protected] | ||
* @version v2.0 | ||
* @date 2019/01/01 | ||
*/ | ||
|
Oops, something went wrong.