Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用STS(Spring 源工具套件)。是否可以在同一工作空间中拥有不同版本的 Grails 项目。当我尝试时,他们总是升级到更新版本的 Grails。
只要两个版本的 grails 使用相同版本的 groovy,这当然是可能的(允许安装多个 grails,但一次只能安装一个 groovy)。
在您的项目 -> 属性 -> Grails 中,单击“启用项目特定设置”。并选择您需要的 grails 版本。