Skip to content

Latest commit

 

History

History
executable file
·
23 lines (20 loc) · 786 Bytes

README.md

File metadata and controls

executable file
·
23 lines (20 loc) · 786 Bytes

framework


  1. 基于spring ioc ,aop 的web应用
  2. 并且接入swagger 接入api 文档生成工具,
  3. redis作为缓存技术.
  4. mybatis 作为数据库的orm,支持xml 注解两种形式写入
  5. gradle 项目管理工具.
  6. 前端使用angularjs 实现前端mvc

how to run

  1. in eclipse open terminal,configure eclipse gradle eclipse import eclipse run gradle bootRun
  2. in idea optional import to idea, gradle idea,gradle bootRun run: gradle build & gradle bootRun

资料

pagerHelper文档 angular资料 mybatis文档 后台模板