📄 secureusers1_app.properties
字号:
# not using ij.user here as those properties are used# for every connection request in ij, but for this test# the user name is only required for the initial connection.ij.protocol=jdbc:derby:ij.database=jdbc:derby:wombat;create=true;user=system;password=managerij.showNoConnectionsAtStart=trueij.showNoCountForSelect=truerunwithj9=false# DataSource properties, only used if ij.dataSource is setij.dataSource.databaseName=wombatij.dataSource.createDatabase=createij.dataSource.user=systemij.dataSource.password=manager#Exclude for J2ME/Foundation - test requires java.sql.DriverManagerrunwithfoundation=false
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -