Subversion Repositories bacoAlunos

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1325 jmachado 1
hibernate.connection.url=@database.connection.url@
2
hibernate.connection.driver_class=com.mysql.jdbc.Driver
3
hibernate.connection.username=@database.username@
4
hibernate.connection.password=@database.password@
5
hibernate.dialect=org.hibernate.dialect.MySQLMyISAMDialect