无法访问Grails 3中的Web应用程序文件夹文件

nar*_*esh 5 grails grails-3.0 grails-3.1

我无法访问Grails 3 robots.txt中的web-app文件夹文件.我在web-app文件夹中,在Grails 2中,我可以直接访问它http://localhost:8080/robots.txt.迁移到Grails 3后,我无法访问它http://localhost:8080/robots.txt.

如何再次访问这些文件?

dro*_*ggo 6

请参阅https://github.com/grails/grails-core/releases/tag/v3.0.12和partLocation of static resources

在Grails 3中,您可以将文件存储在src/main/resources下.您可以通过文件名前面有访问它们static例如http://localhost:8080/static/robots.txt.

可以使用附加URL中定义的配置选项更改此路径