anshuldevmehta / spring-boot-mysql-base-project

Sample project of production ready using Spring boot technologies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%