实际上我将grails2迁移到了grails3。 但是域名没有与mysql db表正确绑定。 例如:
domainName is: EmployeeCompany
expected table name in mysql: employee_company
but its creating as with the name: EmployeeCompany
答案 0 :(得分:1)
尝试在application.yml上设置此属性(Grails 2中的DataSource.groovy):
integration