Open jesperpedersen opened 5 years ago
Description The spring.datasource.data property allow you to set a file pattern that will used for a data source import.
spring.datasource.data
Like
spring.datasource.data=classpath:/sql/*.sql
Implementation ideas The file pattern should be implicit merged into an import.sql file and deployed.
import.sql
@geoand
@aureamunoz I think that you can add the log message that maps to the corresponding Quarkus property, right?
Sure, I'll take a look! thank you @geoand
Description The
spring.datasource.data
property allow you to set a file pattern that will used for a data source import.Like
Implementation ideas The file pattern should be implicit merged into an
import.sql
file and deployed.@geoand