【发布时间】:2020-04-11 12:00:12
【问题描述】:
由于我无法对M.Deinums answer in another post here 发表评论,我必须提出一个全新的问题:
我注意到了
spring.datasource.data=file:/somepath/to/somewhere/init-*.sql
有效,但无效
spring.datasource.data=classpath:/init-*.sql
想知道为什么。在文档中没有找到任何线索。
【问题讨论】:
标签: hibernate spring-boot