Skip to content

Commit

Permalink
Merge pull request snyk-labs#225 from snyk/chore/update-readme-jdk-8
Browse files Browse the repository at this point in the history
Update README to specify JDK 8 and correct run command
  • Loading branch information
lirantal authored Feb 21, 2020
2 parents ddd132b + 1fc2292 commit d5fd181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ This repo is still incomplete, a work in progress to support related presentatio

(from the original README)

*Note that to run locally, you need JDK 8.*

1. Check out the project source code from github : `git clone https://github.com/snyk/java-goof.git`
2. Open a terminal and run the following command from root directory : `mvn install`
3. Choose a web framework to test and run it. For example : `cd todolist-web-springmvc && mvn tomcat7:run` (note: this example currently only copied the Struts demo)
3. Choose a web framework to test and run it. For example : `cd todolist-web-struts && mvn tomcat7:run` (note: this example currently only copied the Struts demo)
4. Browse the following URL : `localhost:8080/`
5. You can register a new account or login using the following credentials : [email protected] / foobar

Expand Down

0 comments on commit d5fd181

Please sign in to comment.