简体   繁体   中英

Importing Play Framework module into existing IntelliJ project

I have an IntelliJ project with several modules. Inside the project directory, I've created a folder with a Play Framework application in it, and I would like to add this as a module to the existing project. If I just go to project structure and import module, none of the dependencies are imported. How do I fix this?

Edit: Sorry, I should have said that I have run play idea to get the IntelliJ files. If I open the folder as a project, it works. If I try to import it into an existing project as a module, it doesn't add all the dependencies to the Libraries section, and I get red everywhere.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM