##MySQL
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.url=jdbc:mysql://localhost:3306/test
#jdbc.username=root
#jdbc.password=1
#hibernate.dialect=org.hibernate.dialect.MySQLDialect
#hibernate.show_sql=false
##Oracle
jdbc.driver=oracle.jdbc.driver.OracleDriver
jdbc.url=jdbc\:oracle\:thin\:@192.168.0.227\:1521\:orcl
jdbc.username=scssft
jdbc.password=scssft
hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
hibernate.show_sql=true
时间: 2024-10-14 19:52:18