From c91296588de74291202fce849430db0cf5418538 Mon Sep 17 00:00:00 2001 From: jsnjns Date: Tue, 4 Jan 2022 10:23:34 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d414bcc..e662efc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ mvn test ``` ## 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 # spring.jpa.defer-datasource-initialization=true # 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 -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.