Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 540 Bytes

think

天下功夫,唯快不破

技术栈

  • Spring | MyBatis
  • dev环境使用h2, test环境使用mysql
  • dev环境会自动初始化数据库、数据库表;test环境会自动初始化数据库表,需要自己准备数据库

小技巧

Convertor

对象互转

  • 安装 IDEA 插件

    Preferences(Settings) > Plugins > Browse repositories... > find"GenerateAllSetter" > Install Plugin

  • 体验一把