Steps to get started on this project:
git clone https://github.com/fishercoder1534/SpringTutorials.git;- Open Intellij, File -> Open -> click the pom.xml file on your local, select open as Project;
- Click on the Maven icon on the right side of your Intellij to let Maven download all dependencies to your local;
- Add
javax.annotationas a library in your Intellij: open Project Structure -> Libraries -> click+icon, selectMaven library, look forjavax.annotationand add it;