简体   繁体   中英

Grails Wrapper: run/re-run before or after change version?

I tried looking for the answer for this here but couldn't find it. If this is documented somewhere, please send the link as a comment and I'll delete the question.

I can't figure out the proper order for using Grails Wrapper when upgrading an app version:

  1. Do I run grails wrapper and then change application.properties to the new version of Grails, and then execute all future commands using grailsw ?; or
  2. Do I change application.properties to the new version, then run grails wrapper , and then run all future commands with grailsw ?

运行grails wrapper将下载application.properties指定的包装器版本,因此您应在更改版本后运行它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM