Skip to content

Latest commit

 

History

History
65 lines (59 loc) · 5.95 KB

README-EN.md

File metadata and controls

65 lines (59 loc) · 5.95 KB

SpringBoot-MyBatis

It is a back-end RESTful framework, which integrated by Spring Boot and MyBatis. Containing a basic configuration and a implementation of "book management" module, it could be modified to satify all your requirements. It is simple enough to understand how each module works.

Technics

  • Spring Boot
  • MyBatis
  • MySQL or HSQLDB (a in-memory database)
  • Maven
  • Commons Logging
  • Java 8 Lambda Expressions
  • Lombok
  • Apache Commons Lang

References