gpt4 book ai didi

grails - 使用profile = web-api创建的Grails 3应用程序可以具有gsps吗?

转载 作者:行者123 更新时间:2023-12-02 15:54:41 25 4
gpt4 key购买 nike

我正在尝试使用Grails 3中的Web-api配置文件制作单页应用程序。

Grails将加载的唯一 View 是SPA的索引页。这可以是index.html文件,也可以是index.gsp。

我的URLMappings看起来像这样:"/"(controller: '/index')
我在/grails-app/views/index.gsp中有一个index.gsp

当我访问localhost:8080 /时,我会得到一个404。

有任何想法吗?我现在已经尝试了几种方法,感觉到我只是忽略了一些明显的东西。

提前致谢

最佳答案

假设您有一个如下所示的 Controller :

class MyController{
def index(){
render "hello world!!"
}
}

您必须按照以下方式编写网址映射:

"/"(controller:'my',action:'index')

关于grails - 使用profile = web-api创建的Grails 3应用程序可以具有gsps吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34949629/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com