gpt4 book ai didi

grails - 在 grails 2 中更改上下文根

转载 作者:行者123 更新时间:2023-12-01 08:36:53 25 4
gpt4 key购买 nike

我正在将应用程序从 grails 1.3.6 迁移到 2.0,我需要更改其上下文根。如果我没记错的话,在 1.3.6 中我安装了模板插件并更改了:

<context-param>
<param-name>webAppRootKey</param-name>
<param-value>/newcontextroot</param-value>
</context-param>

我在 2.0 中做了同样的事情,但没有成功。任何提示?

谢谢

最佳答案

您可以 configure Config.groovy 中的上下文:

// grails-app/conf/Config.groovy
grails.app.context = '/newcontextroot'

或在 application.properties :
app.context = /newcontextroot

关于grails - 在 grails 2 中更改上下文根,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8732070/

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