Merge pull request #14518 from Bipinkumar27/JAVA-23773
JAVA-22773: Adding spring-boot-starter-web dependency for stopping the…
This commit is contained in:
commit
a8cb729d76
|
@ -17,6 +17,10 @@
|
|||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
|
|
|
@ -1 +1 @@
|
|||
spring.sql.init.data-locations=user-data.sql
|
||||
spring.sql.init.data-locations=classpath:user-data.sql
|
||||
|
|
|
@ -1 +1 @@
|
|||
spring.sql.init.data-locations=data-h2.sql
|
||||
spring.sql.init.data-locations=classpath:data-h2.sql
|
||||
|
|
Loading…
Reference in New Issue