其他分享
首页 > 其他分享> > Grails - Command

Grails - Command

作者:互联网

Summary

IDEA 命令

Ctrl + Alt + G 快速执行 Grails 命令
create-domain-class info.aoye.User
create-domain-class info.aoye.Role
create-service info.aoye.Role
create-controller info.aoye.Secure

IDEA 发布 war 包

  1. 在IDEA上安装了Grails插件,就可以直接通过界面上的功能打 war 包。
    Tools -> Grails -> Run Grails Command(Ctrl+Alt+G) -> [dev war | war]

终端发布 war 包

Reference

http://docs.grails.org/latest/ref/Command%20Line/war.html

标签:info,Grails,create,grails,Command,aoye,war
来源: https://www.cnblogs.com/duchaoqun/p/13129686.html