commit | 5328657e3e5c1d75d610b70bd44a63e8725d531c | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 8月 07 11:15:52 2018 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 8月 07 11:15:52 2018 +0800 |
tree | 1132dd1296e8717e66d6a59de67d3647606d72fa | |
parent | 255c346b1eac773aef93db6a9648e3481bd1a9b5 [diff] [blame] |
将CrudApiController,MapBeanUtils抽取到common项目
diff --git a/samples/common/pom.xml b/samples/common/pom.xml index 864192d..4c60df4 100644 --- a/samples/common/pom.xml +++ b/samples/common/pom.xml
@@ -16,6 +16,12 @@ <dependencies> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <optional>true</optional> + </dependency> + + <dependency> <groupId>com.supwisdom.infras</groupId> <artifactId>infras-data-jpa</artifactId> </dependency>