Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donsez authored Nov 8, 2024
1 parent 2293bde commit 835ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ java -cp $APP_CLASSPATH $MAIN_CLASS
Change the password (the value is defined into [docker-compose.yml](../postgres/docker-compose.yml)) into the program `src/main/java/com/mkyong/jdbc/ConnectOnlyExample.java`.

Recompile the program with `mvn campile`.
Recompile the program with `mvn compile`.

Re-Run the program `src/main/java/com/mkyong/jdbc/ConnectOnlyExample.java` with
```bash
Expand Down

0 comments on commit 835ec7b

Please sign in to comment.