“Error loading plugin manager: TomcatGrailsPlugin” on Grails 2.3 Database Migration

后端 未结 6 2085
终归单人心
终归单人心 2020-12-13 23:29

I use Grails 2.3 and the Grails database migration plugin (1.3.6).

When I do grails dbm-update I get the following error. How can I solve this error?



        
6条回答
  •  春和景丽
    2020-12-13 23:38

    Try change the tomcat build type in buildConfig.groovy to compile instead of build:

    compile ':tomcat:7.0.42'

提交回复
热议问题