Skip to content

eddyod/rester-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Spring Boot application that uses JPA to create a REST API.

It uses mysql as a backend database

Configuration of Project Environment


This is a java Spring Boot application. The dependencies are listed in the pom.xml

Overview on how to run this module

  1. Install java
  2. Install maven
  3. Have access to the mysql or Mysql server
  4. Have access to a linux server that can access the databases

Setup procedure

A. Configure and run

  1. Edit the application.properties file and make sure the database user, password and host are correct

  2. Use maven to clean, compile and deploy application

cd into the directory mvn clean compile install

About

A Spring boot application that uses JPA to create a REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors