IntelliJ Ultimate can't find routes in Play 2.3 (Java) project tests

前端 未结 2 1346
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 13:01

While my tests run just fine, IntelliJ complains that it can\'t find the routes object and code auto complete fails to work. I\'ve looked all over the documentation and this

2条回答
  •  粉色の甜心
    2021-01-14 13:19

    Actually your question motivated me to find solution for this annoying issue :)

    And actually it was already answered, see this answer which works: https://stackoverflow.com/a/21879374/1066240

    Also read other answers and comments.

提交回复
热议问题