Issue
im created entities and want to create a embedded h2 database with tables and columns from this entities.
Thats my application.yml file: src="https://i.stack.imgur.com/vVs2f.png" alt="enter image description here" />
intellij logs the correct sql statements from hibernate (so it runs atleast):
but my connected database shows empty in intellij:
what do i wrong?
Solution
I found an answer in another Stack Overflow thread:
Answered By - AlexMitDemBart
Answer Checked By - Robin (JavaFixing Admin)