mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +00:00
Fix dead links
Closes gh-314
This commit is contained in:
parent
b527de52f5
commit
932f17ddae
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ docker run -e MYSQL_ROOT_PASSWORD=petclinic -e MYSQL_DATABASE=petclinic -p 3306:
|
|||
|
||||
### prerequisites
|
||||
The following items should be installed in your system:
|
||||
* Maven 3 (http://www.sonatype.com/books/mvnref-book/reference/installation.html)
|
||||
* Apache Maven (https://maven.apache.org/install.html)
|
||||
* git command line tool (https://help.github.com/articles/set-up-git)
|
||||
* Eclipse with the m2e plugin (m2e is installed by default when using the STS (http://www.springsource.org/sts) distribution of Eclipse)
|
||||
|
||||
Note: when m2e is available, there is an m2 icon in Help -> About dialog.
|
||||
If m2e is not there, just follow the install process here: http://eclipse.org/m2e/download/
|
||||
If m2e is not there, just follow the install process here: http://www.eclipse.org/m2e/m2e-downloads.html
|
||||
|
||||
|
||||
### Steps:
|
||||
|
|
Loading…
Reference in a new issue