Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 878 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 878 Bytes

Spring Boot Example

License: LGPL v3 Build Status codecov Lines of Code

Example application using spring boot.

  • Startup with automatic configuration
  • Logging example
  • Local H2 file based database
  • Using flyway migrations
  • Using spring jpa repository
  • Jpa tests
  • Mock mvc tests
  • Integration tests with real server