Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cealsair committed Sep 18, 2019
1 parent 6a7bfe2 commit e46526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quarking-an-existing-Java-project/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Counter counter;
```
5. Edit the file "src/main/java/com/example/demo/secure/MPJWTToken.java" and replace its entire content with the content from the following [link](https://raw.githubusercontent.com/cealsair/codeone2019/master/Quarking-an-existing-Java-project/MPJWTToken.java).

6. Edit the file "src/main/java/com/example/demo/secure/TestSecureController.java" and replace its entire content with the content from the following link.
6. Edit the file "src/main/java/com/example/demo/secure/TestSecureController.java" and replace its entire content with the content from the following [link](https://raw.githubusercontent.com/cealsair/codeone2019/master/Quarking-an-existing-Java-project/TestSecureController.java).

7. Open pom.xml (located at ./Qproj4MP/src/pom.xml) in your favorite editor and add the following dependencies to it (ensure to insert these lines within the <dependencies> block in the pom.xml):
```
Expand Down

0 comments on commit e46526c

Please sign in to comment.