gpt4 book ai didi

grails - 如何让 grails run-app 默认使用 https(没有 -https 命令行选项)

转载 作者:行者123 更新时间:2023-12-04 20:07:52 25 4
gpt4 key购买 nike

我希望能够运行

grails run-app

并默认使用 ssl 就像我跑一样
grails run-app -https

我想要这种行为有几个原因。最重要的是,我希望 Netbeans IDE grails 集成默认启动 https 连接。而且,在命令行上运行时,我不必记住或键入 https,因为我一直希望在我的开发环境中使用它。

最佳答案

The most important is that I want the Netbeans IDE grails integration to start up the https connection by default.



这当然可以在IDE中配置吗?

also, running on the command line, I won't have to remember or type the https since I always want that in my development environment.



如果您使用的是 Linux 或 Mac,我会定义一个别名
alias run-app='grails run-app -https'

因此您只需输入 run-app 即可获得您想要的行为在命令行上。您可以通过创建文件 run-app.bat 在 Windows 上类似地实现此目的。其内容是
grails run-app -https

并将此文件放在 PATH 上的目录中

关于grails - 如何让 grails run-app 默认使用 https(没有 -https 命令行选项),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23160369/

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