在Grails 2应用中,应该存在
Config.groovy如下配置设置,请验证是否存在:
environments { production { grails.serverURL = "http://<youripaddress>:8080/${appName}" }}
在Grails 2应用中,应该存在
Config.groovy如下配置设置,请验证是否存在:
environments { production { grails.serverURL = "http://<youripaddress>:8080/${appName}" }}