Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.13 KB

改进更新-he

  1. 使用restcontroller
  2. 增加mybatis generrator
  3. 增加mybatis 分页插件PageHelper
  4. 各层抽象公共父类 -- 未完
  5. service层使用抽象父类 -- 未完

使用

  1. eclipse的git导入
  2. 转为maven项目
  3. 配置project fact,转为web项目
  4. 数据库初始化,/xst/src/main/resources/sql/schema_2016-8-15.sql
  5. tomcat中启动运行
  6. 浏览器中访问:{{}}/xst/news/news_list

接口测试工具

建议:postman

#优雅的SSM架构(Spring+SpringMVC+Mybatis)

###架构图: