Web application based on Spring Boot, RESTful API and PostgreSQL.|
Spring Boot - The web framework used Maven - Dependency Management PostgreSQL - Relational App Database IntelliJ - IDE used to develop the web app
Make the below changes in application.properties file
spring.datasource.url=jdbc:postgresql://localhost:5432/your database name
spring.datasource.username=your db user name spring.datasource.password=your db password
Run as spring boot project
profiles
- dev: aws cloud
- default: local server