- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraft.txt
More file actions
Latest commit
15 lines (14 loc) · 436 Bytes
/
Copy pathdraft.txt
File metadata and controls
15 lines (14 loc) · 436 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
spring:
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://ADODO\\SQLEXPRESS;databaseName=Composite Tests
authentication: WINDOWS_AUTHENTICATION
jpa:
hibernate:
ddl-auto: update
properties:
hibernate.dialect: org.hibernate.dialect.SQLServerDialect
logging:
level:
org.hibernate.SQL: DEBUG
org.hibernate.type.descriptor.sql.BasicBinder: TRACE