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
- Install java
- Install maven
- Have access to the mysql or Mysql server
- Have access to a linux server that can access the databases
-
Edit the application.properties file and make sure the database user, password and host are correct
-
Use maven to clean, compile and deploy application
cd into the directory mvn clean compile install