Skip to content

Commit 6cddeae

Browse files
committing changes to read me to fix deployment command (#10)
1 parent 2038e19 commit 6cddeae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ server.port=8080
139139

140140
3. Run following command from command prompt (ensure you select your application.properties file created in step 1):
141141

142-
java -jar -Dspring.profiles.active=test -Dspring.config.location=C:\Programming\application-test.properties q-REST-1.1-SNAPSHOT.jar
142+
java -jar -Dspring.profiles.active=test -Dspring.config.location=PathToFile\application.properties q-REST-1.0.0_RELEASE.jar
143143
144144
* -Dspring.profiles.active would be the profile you wish to run the application with which would have its own `application-{profileName}.properties` file.
145145

0 commit comments

Comments
 (0)