📄 app.properties
字号:
#########################################
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -