Assistance need to get Spring MVC project going with IntelliJ IDEA

前端 未结 3 1350
孤城傲影
孤城傲影 2021-01-31 11:53

So I downloaded a trial of idea ultimate, and I want to get spring mvc going with tomcat.

So I setup a new project, configured it to use sun jdk.

I chose a sprin

3条回答
  •  无人共我
    2021-01-31 12:25

    I think there are specific JARs for the Spring MVC stuff. Basically when you download the latest Spring Framework and you extract the zip you need to go to the dist folder and add the org.springframework.web.jar and org.springframework.web.servlet.jar/org.springframework.portlet.jar to your project. I'm pretty sure that the servlet/portlet jars will have your MVC specific classes.

提交回复
热议问题