commit | 859b99731e2dd66d7753724c863aa2090d523c3e | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 8月 20 15:43:48 2019 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 8月 20 15:43:48 2019 +0800 |
tree | 876e28d613b81eb356f5e825e4a6f923f35d2e71 | |
parent | ae6dbe7af383d230536fb0b1e00ee97b2cae3e89 [diff] [blame] |
feat, docs: 完善框架代码,示例代码,使用文档
diff --git a/biz/api/pom.xml b/biz/api/pom.xml index bcc67f2..2c5af3b 100644 --- a/biz/api/pom.xml +++ b/biz/api/pom.xml
@@ -37,6 +37,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> <dependency>