📄 default_app.properties
字号:
#
# This is the default system properties file for JSQL and JAVA tests.
#
# It will get handed to the test on the command line in a -p <filename>
# argument.
#
# This causes ij (or the GUI on ij) to load the driver and make an
# initial connection to the database.
#
# If you want to alter these to use a different driver, connect to a different
# database, or to not be used, override this file by creating
# a file <testname>.sysprop to be used instead of this file.
#
ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/nist/
ij.database=jdbc:derby:wombat
ij.user=HU
ij.password=HUPWD
ij.showNoConnectionsAtStart=true
ij.showNoCountForSelect=true
# DataSource properties, only used if ij.dataSource is set
ij.dataSource.databaseName=wombat
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -