1. 增加了libs子目录, 放置工具项目
2. MVC Starter 中增: 1) 加统一异常处理 2) 统一返回: BaseResponse 3) 框架异常类: BusinessException 4) 通用异常枚举: ResponseEnum
This commit is contained in:
@ -337,7 +337,10 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.chinaunicom.ebtp</groupId>
|
||||
<artifactId>mall-ebtp-cloud-common</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
|
Reference in New Issue
Block a user