I want to set up a Web Application project in IntelliJ IDEA using the following:
- Spring Web MVC framework
- JavaServer Pages Standard Tag Library (JSTL)
- MySQL Connector Java (JDBC)
- Apache Tomcat
Problem:
My company blocks access to GitHub, so I cannot install dependencies in IntelliJ the usual way.
Can anyone guide me on how to manually set up and configure a Spring MVC application without relying on GitHub? For example, by manually importing JAR files? I would appreciate instructions for setting this up in either IntelliJ IDEA or Eclipse.
What I currently have:
- Spring Web MVC 6.2.5 (JAR file)
- MySQL Connector Java 8.0.28 (JAR file)
- JSTL 1.2 (JAR file)
- Apache Tomcat 9.0.102
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743773774a4504847.html
评论列表(0条)