Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonzhou/learning-spring
https://github.com/vonzhou/learning-spring
spring
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonzhou/learning-spring
- Owner: vonzhou
- Created: 2016-07-13T14:30:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T13:12:01.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T17:52:32.630Z (2 months ago)
- Topics: spring
- Language: Java
- Homepage: https://github.com/vonzhou/Blog
- Size: 426 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 一个简单的web demo
TODO 使用mysql自带的数据集
## Goal
通过一个简单的项目,把Spring, Spring MVC, MyBatis, MySQL,restful使用起来,现在的应用通常都是移动端发出http请求,服务端返回json格式的数据。
## Step
* 数据库见表 , 看schema.sql,插入一些数据
* mvn clean package构建
* 部署到tomcat中
* 访问 http://localhost:8080/app/spitter/json/test,返回一个json格式的结果## Reference
之前阅读的[《Spring In Action》](https://github.com/vonzhou/SpringInAction3)