Skip to content

Repository files navigation

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)

About

Project template based on Spring Boot for REST applications.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages