/spring-boot-demo

CRUD practice with java spring boot

Primary LanguageJava

Java Spring Boot CRUD Demo

The project is base on the tutorial of Amigoscode

I add a global exception handling and have the controller to response with HTTP status code.

Create a env.propeerties file in the root with the following information:

  • DB_URL=jdbc:postgresql://<your_database_url>
  • DB_USER=<your_database_username>
  • DB_PWD=<your_database_password>