app.properties

来自「一个搜索引擎,希望对大家有用」· PROPERTIES 代码 · 共 17 行

PROPERTIES
17
字号
#########################################
## Database Settings
#########################################
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/searchdb
jdbc.username=root
jdbc.password=root


#########################################
## Product Settings
#########################################
product.directory=c:\\product\\
product.index.directory=c:\\product\\index\\
product.mobile.directory=c:\\product\\mobile\\
product.image.directory=c:\\product\\image\\
word.dictionary.file=e:\\product.dic

⌨️ 快捷键说明

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