Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 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.MySQLDialect