You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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