Spring Boot 2.5.x compatible updates in spring-security-acl

This commit is contained in:
Shashank 2021-10-13 09:54:36 +05:30
parent d00d394011
commit c85be32347
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.h2.console.path=/myconsole
spring.h2.console.enabled=true
spring.datasource.initialize=true
spring.datasource.schema=classpath:acl-schema.sql
spring.datasource.data=classpath:acl-data.sql
spring.sql.init.schema-locations=classpath:acl-schema.sql
spring.sql.init.data-locations=classpath:acl-data.sql