Skip to main content

Putting this line: - spring.jpa.hibernate.ddl-auto = updatespring.jpa.hibernate.ddl-auto = update in your application.properties file start population data in in-memory database and in file based database for H2 data-base.Hope this helps anyone.

Putting this line - spring.jpa.hibernate.ddl-auto = update in application.properties file start population data in in-memory database and in file based database for H2 data-base.Hope this helps anyone.

Putting this line: spring.jpa.hibernate.ddl-auto = update in your application.properties file start population data in in-memory database and in file based database for H2 data-base.Hope this helps anyone.

Source Link

Putting this line - spring.jpa.hibernate.ddl-auto = update in application.properties file start population data in in-memory database and in file based database for H2 data-base.Hope this helps anyone.