mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 20:02:47 +00:00
Add VS Code to list of IDEs
This commit is contained in:
parent
7481e8841a
commit
912d2adca4
1 changed files with 2 additions and 1 deletions
|
@ -50,11 +50,12 @@ docker run -e MYSQL_ROOT_PASSWORD=petclinic -e MYSQL_DATABASE=petclinic -p 3306:
|
||||||
The following items should be installed in your system:
|
The following items should be installed in your system:
|
||||||
* Java 8 or newer.
|
* Java 8 or newer.
|
||||||
* git command line tool (https://help.github.com/articles/set-up-git)
|
* git command line tool (https://help.github.com/articles/set-up-git)
|
||||||
* Your prefered IDE
|
* Your preferred IDE
|
||||||
* Eclipse with the m2e plugin. Note: when m2e is available, there is an m2 icon in `Help -> About` dialog. If m2e is
|
* Eclipse with the m2e plugin. 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: https://www.eclipse.org/m2e/
|
not there, just follow the install process here: https://www.eclipse.org/m2e/
|
||||||
* [Spring Tools Suite](https://spring.io/tools) (STS)
|
* [Spring Tools Suite](https://spring.io/tools) (STS)
|
||||||
* IntelliJ IDEA
|
* IntelliJ IDEA
|
||||||
|
* [VS Code](https://code.visualstudio.com)
|
||||||
|
|
||||||
### Steps:
|
### Steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue