build : application.properties 설정 추가

This commit is contained in:
WIN10-01\UserK
2021-07-24 15:28:36 +09:00
parent af143d0eb7
commit 132cc028d2

View File

@@ -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