diff --git a/README.md b/README.md index fcc6afb..6b21906 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ edit -> ./src/main/resources/application.properties spring.datasource.url= ? # format jdbc:postgresql://{hostname}:{port}/{database-name} spring.datasource.username= ? spring.datasource.password= ? + +chmod +x ./mvnw +export JAVA_HOME={dir-to-jdk} ``` ## Execution