This is a Spring Boot Application to manage simple Flights
In order to run the application you need to configure the following items:
-PostgreSQL datasource:
-
using dev profile: db_dev_atech database and sc_flight schema
-
using test profile: db_test_atech database and sc_flight schema
mvn clean install
mvn spring-boot:run -Dspring.profiles.active=dev
mvn test
Please contact the author: [email protected]