Grails 3.2.0 Bootstrap.groovy script doesn't execute
问题 After i updated my project from Grails 3.1.11 to 3.2.0 the project has stopped working. When i start proj from IDE, it works fine. But when i pack it to jar and try to run in terminal, BootStrap.groovy does not execute. What is the problem? 回答1: I just found an issue on GitHub. Now BootStrap.groovy and UrlMappings.groovy should be in the default package Default package is indicated in application.yml grails: codegen: defaultPackage: com.example.app Migration docs has no information about this