?? jdbc.properties
字號:
# Properties file with JDBC-related settings.
# Applied by PropertyPlaceholderConfigurer from "applicationContext-*.xml".
# Targeted at system administrators, to avoid touching the context XML files.
################Config for mysql ##########################
jdbc.driverClassName=org.gjt.mm.mysql.Driver
jdbc.url=jdbc:mysql://127.0.0.1:3306/ntsky_bbs?useUnicode=true&characterEncoding=utf-8
jdbc.username=root
jdbc.password=ntskyqaz
hibernate.dialect=org.hibernate.dialect.MySQLDialect
################Config for sql server2000 ##########################
#jdbc.driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver
#jdbc.url=jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=ntsky
#jdbc.username=sa
#jdbc.password=123456
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect
################Config for oracle9i ##########################
#jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
#jdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:ntsky
#jdbc.username=sa
#jdbc.password=
#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -