build.properties

来自「这个是内存数据库的客户端」· PROPERTIES 代码 · 共 21 行

PROPERTIES
21
字号
# Default build parameters.  These may be overridden by local configuration# settings in build.local.properties.# major release numberJDBC_MAJOR=1# minor release numberJDBC_MINOR=5# an additional identifying stringJDBC_VER_SUFFIX=Steadfast_pre5# the default port to connect on, if no port given when using SQLJDBC_DEF_PORT=50000# the default port to connect on, if no port given when using XML:DBJDBC_DEF_PORT_XQUERY=50000# should we compile with debugging symbolsenable_debug=true# should we optimize the buildenable_optimize=true# what JVM do we want to be compatible with? (lower than 1.4 will not work)javac_version=1.4

⌨️ 快捷键说明

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