github地址:https://github.com/wuda0112/project-structure-archetype
quick start
- 下载[project-common](https://github.com/wuda0112/project-common)项目
git clone https://github.com/wuda0112/project-common.git
然后 maven clean install
- 下载本项目
git clone https://github.com/wuda0112/project-structure-archetype.git
- 运行 RESTful
服务端 : com.wuda.web.rest.server.RestApplication
客户端 : com.wuda.web.rest.client.api.SystemClientTest
- 运行 rpc
服务端 : com.wuda.rpc.server.DubboProvider
客户端 : com.wuda.rpc.client.DubboConsumer
- 运行 mvc
服务端 : com.wuda.web.mvc.MvcApplication
浏览器输入 : http://localhost:8080/swagger-ui.html
- 如果调用**pingMysql**服务,必须先配置你的mysql datasource,默认是localhost:3306,配置文