Java Spring Boot - JPA - Hibernate - H2 - Database Initialization using data.sql and schema.sql

preview_player
Показать описание


Follow //CodefForgeYT on:
Рекомендации по теме
Комментарии
Автор

If we have 2 schema how can we set the schema and data?

adityag
Автор

hey thanks man, i did multiple projects with h2 integration after 6 months gap I forgot what I have done, wasted 2 hrs issue with inserting data. thanks man you saved my life.

ravinders
Автор

can you import from a CSV using data.sql ? If so, how do I indicate the CSV path?
Will this work?

COPY table_schema.table FROM WITH (FORMAT csv);

xThexMasterxProx
Автор

Thanks a lot, man! It was really helpful.

arshiakaul
Автор

what is the difference between data.sql and import.sql?

programacaoja
Автор

thanks for video! helped me with property "spring.datasource.data" to validate data.sql

gazizmalibekov
Автор

Thank you! Very helpful! My only regret is I have not found your channel sooner

carsmercholdjdm
Автор

i followed all the steps but my schema.sql file still not executed. could you help me please
?

jonathandipita