-
Notifications
You must be signed in to change notification settings - Fork 0
F.A.Q
Yaroslav Prozorov edited this page Jan 9, 2024
·
2 revisions
Welcome to the PageFlow F.A.Q!
- Failed to Load Spring Application Context in PageFlowApplicationTests when you want to build the app.
The reason for the error - is environment variables, you need to set them in your command line:
mvn clean install -Ddb.password=<your_password> -Ddb.url=jdbc:postgresql://localhost:<port>/<name_of_db>-Ddb.username=<your_username>