Fixing the False Sharing of the Data.sql File
This commit is contained in:
+1
@@ -5,6 +5,7 @@ spring.datasource.password=
|
|||||||
spring.jpa.hibernate.ddl-auto=create-drop
|
spring.jpa.hibernate.ddl-auto=create-drop
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.h2.console.path=/h2-console
|
spring.h2.console.path=/h2-console
|
||||||
|
spring.datasource.data=data-trans.sql
|
||||||
|
|
||||||
logging.level.org.hibernate.SQL=INFO
|
logging.level.org.hibernate.SQL=INFO
|
||||||
logging.level.org.hibernate.type=TRACE
|
logging.level.org.hibernate.type=TRACE
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ spring.datasource.password=
|
|||||||
spring.jpa.hibernate.ddl-auto=create-drop
|
spring.jpa.hibernate.ddl-auto=create-drop
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.h2.console.path=/h2-console
|
spring.h2.console.path=/h2-console
|
||||||
|
spring.datasource.data=data-trans.sql
|
||||||
|
|
||||||
logging.level.org.hibernate.SQL=INFO
|
logging.level.org.hibernate.SQL=INFO
|
||||||
logging.level.org.hibernate.type=TRACE
|
logging.level.org.hibernate.type=TRACE
|
||||||
|
|||||||
Reference in New Issue
Block a user