Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2062 es 1
hibernate.connection.url=jdbc:mysql://localhost:3306/teste?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
2
hibernate.connection.driver_class=com.mysql.jdbc.Driver
3
hibernate.connection.username=root
4
hibernate.connection.password=
5
hibernate.dialect=org.hibernate.dialect.MySQLDialect