1. 增加了libs子目录, 放置工具项目
2. MVC Starter 中增: 1) 加统一异常处理 2) 统一返回: BaseResponse 3) 框架异常类: BusinessException 4) 通用异常枚举: ResponseEnum
This commit is contained in:
@ -14,11 +14,11 @@
|
||||
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<name>mall-ebtp-cloud-mvc-starter</name>
|
||||
|
||||
|
||||
<organization>
|
||||
<name>Chinaunicom, Inc.</name>
|
||||
</organization>
|
||||
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Ajaxfan</name>
|
||||
@ -26,11 +26,23 @@
|
||||
<organization>Chinaunicom, Inc.</organization>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.chinaunicom.ebtp</groupId>
|
||||
<artifactId>mall-ebtp-cloud-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user