Skip to content

Latest commit

 

History

History
executable file
·
8 lines (8 loc) · 480 Bytes

changelog.md

File metadata and controls

executable file
·
8 lines (8 loc) · 480 Bytes

修改日志

  • 2015-12-24 --v2.0
    • 集成 flyway到gradle中,用于数据库迁移
    • 修改 数据库配置全部读取src/main/resources/db-mysql.properties
    • 集成 mybatis generator在gradle中,用于生成mybatis mapper等java类
    • 更新 mybatis分页插件(com.github.pagehelper:pagehelper)到4.0.0版本
    • 更新 mybatis通用插件(tk.mybatis:mapper:3.3.1)到3.3.1 版本
    • 添加 HomController首页映射至WEB-INF/index.jsp