gpt4 book ai didi

grails - 打印Grails产生的Mysql查询

转载 作者:行者123 更新时间:2023-12-02 14:15:01 25 4
gpt4 key购买 nike

我想掌握由grails在执行之前或之后产生的Mysql查询。

 trainingList = PrivateTraining.findAll(query,parameter)

我想打印由上述语句执行的完整mysql查询。
反正有要打印的东西吗?

最佳答案

DataSource.groovy中设置此属性:

hibernate.show_sql=true

例:
environments {
development {
dataSource {
/* ---------------------- */
hibernate.show_sql = true
/* ---------------------- */
dbCreate = "update" // one of 'create', 'create-drop', 'update', 'validate', ''
url = "jdbc:mysql://localhost:3306/my-db"
// ...

关于grails - 打印Grails产生的Mysql查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14377664/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com