im created entities and want to create a embedded h2 database with tables and columns from this entities.
Thats my application.yml file:
intellij logs the correct sql statements from hibernate (so it runs atleast):
but my connected database shows empty in intellij:
what do i wrong?