我正在尝试在application.yml中为每个环境设置serverURL,如下所示:
environments:
development:
grails:
serverURL: http://localhost:8089
dataSource:
dbCreate: create
url: jdbc:postgresql://localhost:5432/tests
username: postgress
password: rootass
但它不起作用 - 当我run-app
它仍然在8080上运行。此外,如何设置应用程序名称或上下文名称,以便{I} run-app
时{{3} }}