jdbc.properties

来自「随书光盘:精通Sping 2.0 的随书源代码」· PROPERTIES 代码 · 共 19 行

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

#jdbc.driverClassName=com.mysql.jdbc.Driver
#jdbc.url=jdbc:mysql://localhost:3306/imagedb
#jdbc.username=admin
#jdbc.password=
#imageDatabase.lobHandler=defaultLobHandler

jdbc.driverClassName=oracle.jdbc.OracleDriver
jdbc.url=jdbc:oracle:thin:@localhost:1521:ORCL
jdbc.username=scott
jdbc.password=tiger

hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
hibernate.use_sql_comments=true
hibernate.format_sql=true
hibernate.show_sql=true

⌨️ 快捷键说明

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