Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Last active January 27, 2019 06:31
Show Gist options
  • Save codethereforam/1d84bd64bea17f6bef421728703a9ac3 to your computer and use it in GitHub Desktop.
Save codethereforam/1d84bd64bea17f6bef421728703a9ac3 to your computer and use it in GitHub Desktop.
一些减少代码量、提高开发效率的利器 #java
  • Spring Boot
  • mybatis-plus代码生成器和自带CRUD接口
  • lombok
  • 库: Apache Commons & guava
  • AOP
  • Java8: stream & lambda
  • 反射
  • 日志取代debug
  • IDEA:使用恰当的开发工具并熟悉、熟练使用其功能
  • 单元测试:不必运行整个项目,减少项目运行时间(好处之一)
  • JRebel(热部署工具)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment