Skip to content

Commit

Permalink
feat: 사전 식물 공공데이터 데이터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim0914 committed Jul 20, 2023
1 parent 1a8bf5b commit b1aa20c
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/pium/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
spring.datasource.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=MYSQL
spring.datasource.username=sa

spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.hibernate.ddl-auto=create

logging.level.org.hibernate.orm.jdbc.bind=trace

spring.sql.init.mode=never
spring.sql.init.schema-locations=classpath:sql/schema.sql
spring.sql.init.data-locations=classpath:sql/data.sql
Loading

0 comments on commit b1aa20c

Please sign in to comment.