First, the local new MAVEN project 1. Build a Maven WebApp template project, next to the final finish, according to the idea-provided template. Such as.
2. Create a new Tomcat to start the project you just created. (without too much control, Tomcat will start itself)
3. Start the project, the browser appears as follows, indicating the success of the launch.
Second, idea install and configure git, configure your GitHub account
Summary of steps:
1. Install the Git2 locally. Idea in Configure Git3. Idea Configure GitHub Account
This is illustrated below:
Iii. Local project and GitHub3.1 local new project pull to GitHub
Step, upload successfully on your own GitHub account to view
3.2 Cloning items from GitHub account to local
3.3 Local code Churn uploaded to GitHub:
Step, you can go to GitHub website to see if the changes are really submitted successfully.
Iv. Appendices:
Reference Source:
- Using Git in IntelliJ idea-a snail's Ride-blog Park http://www.cnblogs.com/xiaohu1989/p/4195843.html
- IntelliJ idea submission code to GitHub Issue #11 · Fatlitalk/blog HTTPS://GITHUB.COM/FATLITALK/BLOG/ISSUES/11
"Idea" local new maven project +idea configuring git and github+ code uploads and pulls