Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishercoder1534/springtutorials

Spring 101.
https://github.com/fishercoder1534/springtutorials

spring

Last synced: about 2 hours ago
JSON representation

Spring 101.

Awesome Lists containing this project

README

        

# SpringTutorials [![Build Status](https://travis-ci.org/fishercoder1534/SpringTutorials.svg?branch=master)](https://travis-ci.org/fishercoder1534/SpringTutorials)

Steps to get started on this project:
1. `git clone https://github.com/fishercoder1534/SpringTutorials.git`;
2. Open Intellij, File -> Open -> click the pom.xml file on your local, select open as Project;
3. Click on the Maven icon on the right side of your Intellij to let Maven download all dependencies to your local;
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;