Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wwtamu committed Aug 14, 2024
1 parent 6b01de8 commit 022cd31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ To run the `mvn spring-boot:run` command with `SPRING_APPLICATION_JSON` defined,
SPRING_APPLICATION_JSON='{"spring.datasource.driver-class-name":"org.postgresql.Driver","spring.datasource.url":"jdbc:postgresql://localhost:5432/scholars","spring.jpa.database-platform":"org.hibernate.dialect.PostgreSQLDialect","spring.sql.init.platform":"postgres"}' mvn spring-boot:run
```

config.json
Save the following as `config.json`.

```json
{
"spring.datasource.driver-class-name": "org.postgresql.Driver",
Expand Down

0 comments on commit 022cd31

Please sign in to comment.