清理与ztcloud中重复的代码,改为 jar 包方式引用 ztcloud
This commit is contained in:
199
zt-framework-dsc/zt-common-dsc/pom.xml
Normal file
199
zt-framework-dsc/zt-common-dsc/pom.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 基础的通用类,和框架无关
|
||||
*
|
||||
* 例如说,CommonResult 为通用返回
|
||||
*/
|
||||
package com.zt.plat.framework.common;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 对于工具类的选择,优先查找 Hutool 中有没对应的方法
|
||||
* 如果没有,则自己封装对应的工具类,以 Utils 结尾,用于区分
|
||||
*
|
||||
* ps:如果担心 Hutool 存在坑的问题,可以阅读 Hutool 的实现源码,以确保可靠性。并且,可以补充相关的单元测试。
|
||||
*/
|
||||
package com.zt.plat.framework.common.util;
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user