quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.82k stars 2.69k forks source link

SpringJPA: Support spring.datasource.data #5371

Open jesperpedersen opened 5 years ago

jesperpedersen commented 5 years ago

Description The spring.datasource.data property allow you to set a file pattern that will used for a data source import.

Like

spring.datasource.data=classpath:/sql/*.sql

Implementation ideas The file pattern should be implicit merged into an import.sql file and deployed.

@geoand

geoand commented 4 years ago

@aureamunoz I think that you can add the log message that maps to the corresponding Quarkus property, right?

aureamunoz commented 4 years ago

Sure, I'll take a look! thank you @geoand