0

什么会导致这个 Scala Play 编译错误?

Compilation error
HTTP Verb (GET, POST, ...), include (->) or comment (#) expected
In C:\time-enough-at-last\conf\routes at line 1.

1 # Routes

2 # This file defines all application routes (Higher priority routes first)
3 # ~~~~
4
5 # Home page
6 GET     /                           controllers.Application.index

(请注意,您在上面看到的行号实际上并不在文件中。)

它期待的一件事是评论。好吧,它正在获得评论,不是吗?

# Routes
4

0 回答 0