Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishercoder1534/springtutorials
Spring 101.
https://github.com/fishercoder1534/springtutorials
spring
Last synced: about 2 hours ago
JSON representation
Spring 101.
- Host: GitHub
- URL: https://github.com/fishercoder1534/springtutorials
- Owner: fishercoder1534
- Created: 2016-12-07T14:14:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T18:51:10.000Z (10 months ago)
- Last Synced: 2024-05-07T18:25:41.650Z (7 months ago)
- Topics: spring
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;