1. 程式人生 > >MySQL連線Hibernate配置properties檔案內容

MySQL連線Hibernate配置properties檔案內容

hibernate.connection.driver_class=com.mysql.jdbc.Driver

hibernate.connection.password=123456(密碼)

hibernate.connection.url=jdbc:mysql://localhost:3306/withdb(資料庫名稱)

hibernate.connection.username=root(使用者名稱)

hibernate.dialect=org.hibernate.dialect.MySQLDialect