📄 maxperformance.properties
字号:
## A configuration that maximizes performance, while# still staying JDBC-compliant and not doing anything that# would be "dangerous" to run-of-the-mill J2EE applications## Note that because we're caching things like callable statements# and the server configuration, this bundle isn't appropriate# for use with servers that get config'd dynamically without# restarting the application using this configuration bundle.cachePrepStmts=truecacheCallableStatements=truecacheServerConfiguration=true## Reduces amount of calls to database to set# session state. "Safe" as long as application uses# Connection methods to set current database, autocommit# and transaction isolation# useLocalSessionState=trueelideSetAutoCommits=truealwaysSendSetIsolation=false
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -