Idea imports svn project deployment and runs

1. Development environment

1、idea
2、svn
3、springmvc

Two, steps

1. Configure idea to integrate the svn plug-in, fill in file–setting–version control–subversion
insert image description here
with the svn you downloaded.
insert image description here
2. After configuration, you will see svn on the page, and get fron version control can check out the project.
insert image description here

3. Select subversion, click the + sign, enter the address of your checked out project, click ok, and finally click check out, and you can wait for the project to download.
insert image description here
4. Next, deploy the project, file–project structure,
insert image description here
click artifacts–web applicationton:exploded–from module–apply–ok
insert image description here
module–web, you can also choose module facets according to your framework, and automatically configure libraries
insert image description here
according to the modules you set – click ±-
insert image description here
java–
insert image description here
select your project’s lib file import–apply–ok–
insert image description here

Finally, configure tomcat, click the + sign ----- select tomcat as shown in step 2, name it according to yourself, 4 select your local tomcat file location, 7 select your local jdk folder, and note that all jdk need to be used The same, otherwise the operation may not work.

insert image description here

3. Test results

Finally start tomcat.

Guess you like

Origin blog.csdn.net/sunxiaohong__/article/details/125971112