Unable to resolve reverse routing methods in IntelliJ

前端 未结 7 993
粉色の甜心
粉色の甜心 2020-12-14 10:10

I\'m following one of the play framework tutorials, but I\'m getting compile errors whenever I try to use reverse routing. Firstly,

public static Result java         


        
相关标签:
7条回答
  • 2020-12-14 10:53

    File -> Project Structure

    Select Sources in Right Pane

    Add Source folder

    target/scala-XXX/classes_managed

    target/scala-XXX/src_managed/main

    0 讨论(0)
提交回复
热议问题