JAVA-936: Migrate spring-cloud-task to parent-boot-2

This commit is contained in:
sampadawagde
2020-06-08 18:22:26 +05:30
parent 82762a4e7e
commit a2a435c55d
3 changed files with 13 additions and 5 deletions

View File

@@ -45,6 +45,13 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-batch</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
@@ -63,6 +70,7 @@
<properties>
<start-class>com.baeldung.TaskDemo</start-class>
<bytebuddy.version>1.10.10</bytebuddy.version>
</properties>
</project>

View File

@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:h2:mem:springcloud
url: jdbc:h2:mem:springcloud;DB_CLOSE_ON_EXIT=FALSE
username: sa
password:
jpa: