Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Properties in this file are msmcm-ws-specific
  2.  
  3. #DB properties:
  4. db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  5. db.url=jdbc:sqlserver://j3gptawb4o.database.windows.net;databaseName=projnova
  6. db.username=lawson@j3gptawb4o
  7. db.password=P@ssword1
  8. db.schema=dbo
  9.  
  10. #Hibernate Configuration:
  11. hibernate.dialect=org.hibernate.dialect.SQLServerDialect
  12. hibernate.show_sql=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement