Advertisement
Guest User

Untitled

a guest
Nov 1st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # Configuration for Local Server
  2.  
  3. # Database Configuration
  4. dataSource.driverClassName=org.postgresql.Driver
  5. dataSource.url=jdbc:postgresql://localhost:5432/erp_ktmt_trial
  6. dataSource.username=postgres
  7. dataSource.password=postgres
  8.  
  9. # Hibernate Properties
  10. hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  11. hibernate.show_sql=false
  12. hibernate.connection.autocommit=true
  13. hibernate.connection.pool_size=1
  14. #hibernate.hbm2ddl.auto=validate
  15.  
  16. # JMS Properties
  17. java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
  18. java.naming.provider.url=tcp://localhost:61616
  19. queue.username=
  20. queue.password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement