JAVA-23773: Changes made for adding classPath in properties file

This commit is contained in:
Bipinkumar27
2023-08-07 18:40:50 +05:30
parent 30009184e6
commit 5ce87e0104
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
spring.sql.init.data-locations=user-data.sql
spring.sql.init.data-locations=classpath:user-data.sql

View File

@@ -1 +1 @@
spring.sql.init.data-locations=data-h2.sql
spring.sql.init.data-locations=classpath:data-h2.sql