forked from snyk-labs/java-goof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request snyk-labs#225 from snyk/chore/update-readme-jdk-8
Update README to specify JDK 8 and correct run command
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|