intellij idea - spring boot database not inizialising or updating -


i have following config in application.properties:

spring.datasource.initialize=true spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.hbm2ddl.auto=update 

my project based on gradle (auto updating every library: :+)

the src/data.sql not launched on start , update not add new tables.

o.hibernate.tool.hbm2ddl.tablemetadata   : hhh000126: indexes: [primary_key_1, uk_4ljg0yv562w61cve37tou1fqu_index_1] java.sql.databasemetadata                : hhh000262: table not found: pokemon_eigenschaften java.sql.databasemetadata                : hhh000262: table not found: pokemon_eigenschaften java.sql.databasemetadata                : hhh000262: table not found: pokemon_eigenschaften org.hibernate.tool.hbm2ddl.schemaupdate  : hhh000232: schema update complete 

my team members using eclipse , there working.


Comments