Skip to content

NilsDammenhayn/SpringBootBlueprint

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 69.8%
  • HTML 26.6%
  • CSS 3.6%