Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 783 Bytes

File metadata and controls

22 lines (19 loc) · 783 Bytes

Description

This project is a template based on Spring Boot for REST applications.

It already includes the following:

  • Employee entity
  • Repository layer for the entity
  • Service layer for the entity
  • Rest controller for CRUD-operations regarding the entity
  • Simple web frontend based on Thymeleaf and Bootstrap 4
  • Unit and Integration tests for all layers

Quick start

For a quick start, just fill in the following properties in the application.properties file:

  • spring.datasource.username
  • spring.datasource.password
  • spring.datasource.url

Pre-configured

Other nice pre-configured things are:

  • xml configuration file for logback
  • Database initializer to populate the database with sample values
  • application properties file for development and test (profiles)