- script filehttps://stackoverflow.com/questions/38040572/spring-boot-loading-initial-data
spring:
sql:
init:
schema-locations:
- classpath:testdb/schema/schema.sql
data-locations:
- classpath:testdb/data/data.sql
https://velog.io/@max9106/Spring-Boot-%EC%9D%B8%EB%A9%94%EB%AA%A8%EB%A6%AC-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4
https://juntcom.tistory.com/162
'spring-boot' 카테고리의 다른 글
using external yaml file (spring.config.import) (0) | 2022.01.20 |
---|---|
message properties yaml파일, Table (0) | 2021.09.09 |
Spring HandlerMethodArgumentResolver (0) | 2021.08.18 |
생성자 주입 권장 (0) | 2021.08.18 |
spring-boot 2.4 변경사항 (0) | 2021.07.25 |