Springboot 实现 Restful 服务,基于 HTTP / JSON 传输

This commit is contained in:
JeffLi1993
2017-02-17 10:36:58 +08:00
committed by liqiangqiang
parent 8d837b8063
commit 736be2a0df
12 changed files with 398 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
<modules>
<module>springboot-helloworld</module>
<module>springboot-mybatis</module>
<module>springboot-restful</module>
</modules>
</project>