Unable to resolve reverse routing methods in IntelliJ

前端 未结 7 1000
粉色の甜心
粉色の甜心 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

提交回复
热议问题