roshane / customer-service

spring boot learning project with spring-data-jpa and spring rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest service using spring-boot

starter-kit for rest service using spring boot

include

  • db : MYSQL

How to run

  • update database configuration in src/main/resources/application.properties
  • seed the mysql database with etc/data/customers.sql
  • to build the project : mvn clean package -DskipTests
  • to run : mvn exec:java or mvn spring-boot:run

About

spring boot learning project with spring-data-jpa and spring rest


Languages

Language:Java 100.0%