build : application.properties 설정 추가
This commit is contained in:
@@ -1 +1,7 @@
|
||||
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
spring.h2.console.enabled=true
|
||||
|
||||
Reference in New Issue
Block a user