Browse Source

Update 'README.md'

main
jsnjns 4 years ago
parent
commit
c91296588d
  1. 4
      README.md

4
README.md

@ -41,7 +41,7 @@ mvn test
``` ```
## Additional Resources ## Additional Resources
To prepopulate the database with demo data, uncomment the following lines in the 'src/main/resources/application.properties' file To prepopulate the database with demo data, uncomment the following lines in the [**src/main/resources/application.properties**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/src/main/resources/application.properties) file
```sh ```sh
# spring.jpa.defer-datasource-initialization=true # spring.jpa.defer-datasource-initialization=true
# spring.sql.init.data-locations=classpath:demo.sql # spring.sql.init.data-locations=classpath:demo.sql
@ -51,4 +51,4 @@ An H2 console will be available at [**http://localhost:8080/h2-console**](http:/
username: sa /password: leave empty username: sa /password: leave empty
Also included is the file 'ContactsAPI.postman_collection.json'. This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands. Also included is the file [**ContactsAPI.postman_collection.json**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/ContactsAPI.postman_collection.json). This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands.

Loading…
Cancel
Save