欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

9、grails console打印sql语句配置

程序员文章站 2022-06-18 08:56:30
...
development {
        dataSource {
            dbCreate = "update" // one of 'create', 'create-drop', 'update', 'validate', ''
            url = "jdbc:mysql://115.28.151.196:3306/mixboss?useUnicode=true&characterEncoding=utf-8"
            //url = "jdbc:mysql://192.168.115.118:3306/mixboss_wqh2?useUnicode=true&characterEncoding=utf-8"
           logSql = true
        }
    }
相关标签: grails sql