Closed VisheshSaluja closed 1 month ago
java -Dspring.profiles.active=postgresql -DDB_NAME=my_db -DDB_USERNAME=my_user -DDB_PASSWORD=my_password -jar geoweaver.jar
this command-line argument can be used to start posgreSQL without directly modifying the application.properties file
java -Dspring.profiles.active=postgresql -DDB_NAME=my_db -DDB_USERNAME=my_user -DDB_PASSWORD=my_password -jar geoweaver.jar
this command-line argument can be used to start posgreSQL without directly modifying the application.properties file