Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed May 13, 2024
1 parent fd45ab2 commit 9650f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/H

## [Building and running](#building-and-running)

### [The student-mobility-inteken-ontvanger-generiek-server](#student-mobility-inteken-ontvanger-generiek-server)
### [The student-mobility-inteken-ontvanger-generiek-server](#the-student-mobility-inteken-ontvanger-generiek-server)

This project uses Spring Boot and Maven. To run locally, type:

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spring:
## Default filebased storage
driver-class-name: org.h2.Driver
url: jdbc:h2:file:./database/student-mobility
## For Postgress use :
## For Postgress use :
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/mobility
# username: mobility_rw
Expand Down

0 comments on commit 9650f33

Please sign in to comment.