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.
我正在开发一个使用可重入锁定和数据库锁定的 grails 应用程序。我刚刚注意到一些自动生成的附加文件。我想知道它们是什么。他们叫:
devDb.h2.db devDb.lock.db devDb.trace.db
还有一组用于测试配置:
testDb.h2.db testDb.trace.db
我假设 *Db.h2.db 只是我的数据库(在我的 DataSource.groovy 中设置为文件而不是内存中)。但是其他的呢?
devDb.h2.db
devDb.mv.db
devDb.lock.db
devDb.trace.db
TRACE_LEVEL_FILE
testDb.h2.db
testDb.trace.db
devDb
grails test-app