Skip to content

Sample project of production ready using Spring boot technologies

Notifications You must be signed in to change notification settings

bvpatel/spring-boot-mysql-base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MySQL Base Project

This is the sample project for production ready using spring boot technology stack.

Spring Framworks used

  1. Spring Boot
  2. Spring Boot Actuator
  3. Spring Data JPA
  4. Spring Data REST
  5. Hibernate
  6. Hibernate ORM envers
  7. Spring REST Docs

Features

  1. Production ready logger setting
  2. Production ready configuration with mysql
  3. Automatic MySQL table auditing
  4. Automatic Basic api exposing(CRUD) based domain class
  5. Logging of request with time taken
  6. Logging of database queries

Prerequisite

  1. Java 1.7 or above
  2. MySQL
  3. Maven

Getting started

  1. Clone this project
  2. Run following command
    mvn install
  3. Run project and Enjoy!
    mvn spring-boot:run

About

Sample project of production ready using Spring boot technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages