Questions to IntellijIDEA and Maven

前端 未结 2 1044
南旧
南旧 2021-01-27 12:06

I have been working in XCode and with Objective-C in the last few years, but I knew that once I would have to transition to Eclipse or the like for Java projects. Case is, I do

2条回答
  •  自闭症患者
    2021-01-27 12:37

    Try mvn idea:idea to generate project for IntellijIDEA from the maven's pom.xml. Then just open the project and see all the libraries added.

提交回复
热议问题