jdbc.properties

来自「java实现安全系统的开源代码 java实现安全系统的开源代码」· PROPERTIES 代码 · 共 10 行

PROPERTIES
10
字号
# Properties file with JDBC-related settings.
# Applied by PropertyPlaceholderConfigurer from "dataAccessContext-local.xml".
# Targeted at system administrators, to avoid touching the context XML files.

#jdbc.driverClassName=com.p6spy.engine.spy.P6SpyDriver
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/acegi?useUnicode=true&characterEncoding=UTF-8
jdbc.username=root
jdbc.password=123

⌨️ 快捷键说明

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