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.
我正在使用 grails 和 vaadin 创建一个 Web 应用程序,但是我对 grails 脚手架有一个大问题。
安装 vaadin-grails 插件后,我无法访问脚手架,我尝试更改 url 映射而没有结果。
有人可以帮助我吗?
在 Grails 中没有 Vaadin 的脚手架。您应该遵循的方法:
这意味着,您将运行两个 Grails 应用程序,一个用于“管理”并使用脚手架,第二个用于“业务”人员,使用 Vaadin 运行。