Pergunta

I'm trying to get Play 2.2 to run in IntelliJ IDEA but I'm having a few problems. It looks like the Play 2 Framework plugin doesn't work with Play 2.2.

Setting up a project using the play console and creating an IntelliJ project using the idea command seems to work. However, I'm not sure how I can run/debug the Play app from within the IDE without starting it externally via the terminal.

Foi útil?

Solução

For running you should create run config: Clean a Play framework build in IntelliJ

Shift + F9 starts debug.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top