Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1325
Line 1... Line 1...
1
hibernate.connection.url=@database.connection.url@
1
hibernate.connection.url=@database.connection.url@
2
hibernate.connection.driver_class=com.mysql.jdbc.Driver
2
hibernate.connection.driver_class=com.mysql.jdbc.Driver
3
hibernate.connection.username=@database.username@
3
hibernate.connection.username=@database.username@
4
hibernate.connection.password=@database.password@
4
hibernate.connection.password=@database.password@
5
hibernate.dialect=org.hibernate.dialect.MySQLDialect
5
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect