最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - How to manually set up a Spring MVC project in IntelliJ or Eclipse without GitHub access? - Stack Overflow

programmeradmin1浏览0评论

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
发布评论

评论列表(0)

  1. 暂无评论