Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是ofbiz的新手。现在我正在尝试自定义ofbiz框架的模块。是否可以在ofbiz中找到数据库查询?
GenericDAO.java 包含代码(我正在使用的版本中的第 755 行),如果查询超过 150 毫秒,则记录该查询。这可以修改为打印查询和时间,无论它花费的时间或您有兴趣检查的任何限制。