Skip to content

Commit 6e62d54

Browse files
update README.md
1 parent 58a5273 commit 6e62d54

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# SpringTutorials [![Build Status](https://travis-ci.org/fishercoder1534/SpringTutorials.svg?branch=master)](https://travis-ci.org/fishercoder1534/SpringTutorials)
22

3-
This is a Maven managed project, so just fire up your IntelliJ/Eclipse and open this project as a Maven project, then your IDE will smile. ^ ^
4-
It saves you from all of the depedency management hassel as it saves me from downloading/managing all those Spring/Commons/Logging jars and put them on my classpath.
3+
Steps to get started on this project:
4+
1. `git clone https://github.com/fishercoder1534/SpringTutorials.git`;
5+
2. Open Intellij, File -> Open -> click the pom.xml file on your local, select open as Project;
6+
3. Click on the Maven icon on the right side of your Intellij to let Maven download all dependencies to your local;
7+
4. Add `javax.annotation` as a library in your Intellij: open Project Structure -> Libraries -> click `+` icon, select `Maven library`, look for `javax.annotation` and add it;

0 commit comments

Comments
 (0)