users2_derby.properties

来自「derby database source code.good for you.」· PROPERTIES 代码 · 共 25 行

PROPERTIES
25
字号
## This properties file is for the 'users' test.# # This file is expected to be placed into $WS/systest/out by# the run script, and expects to be run in an environment where# the property derby.system.home points to $WS/systest/out.#derby.infolog.append=truederby.connection.requireAuthentication=true# we use the old 1.5 Basic user authentication scheme, now a specialized scheme.derby.debug.true=AuthenticationTrace## we only define system user (at the system level)#derby.user.system=manager# Database users restriction lists - DEPRECATED Properties# Use derby.database.{fullAccessUsers,#						   readOnlyAccessUsers,#						   defaultConnectionMode} properties only.#derby.database.users.wombat=francois,jeff,howardR,ames,kregderby.database.users.myDB=jerry,kreg,dan,jamie,ames,francois

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?