|
|
@@ -29,7 +29,7 @@ spring:
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
jpa:
|
|
|
- # show-sql: true
|
|
|
+ show-sql: true
|
|
|
generate-ddl: true
|
|
|
open-in-view: false
|
|
|
properties:
|
|
|
@@ -62,7 +62,8 @@ spring:
|
|
|
|
|
|
logging:
|
|
|
level:
|
|
|
- com.pemc: debug
|
|
|
+ com.pemc.crss : debug
|
|
|
+ org.hibernate.type: trace
|
|
|
# org.hibernate.stat: debug
|
|
|
|
|
|
batch:
|