Spring Boot 2.5.x compatible updates in spring-boot-persistence

This commit is contained in:
Shashank 2021-10-14 19:08:58 +05:30
parent 0ff235d227
commit cd3868d863
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ hibernate.cache.use_query_cache=true
hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory
spring.jpa.properties.hibernate.hbm2ddl.import_files=import_books.sql
spring.datasource.data=import_*_users.sql
spring.sql.init.data-locations=import_*_users.sql