JAVA-2801: Upgrade spring-data-cassandra-reactive to the latest Spring Boot version
This commit is contained in:
parent
0fd6e90f3c
commit
924fb8bbe2
@ -28,6 +28,10 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-validation</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
@ -52,8 +56,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
|
<cassandra-unit-spring.version>4.3.1.0</cassandra-unit-spring.version>
|
||||||
<cassandra-unit-spring.version>3.11.2.0</cassandra-unit-spring.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -1,2 +1,3 @@
|
|||||||
spring.data.cassandra.keyspace-name=practice
|
spring.data.cassandra.keyspace-name=practice
|
||||||
spring.data.cassandra.port=9042
|
spring.data.cassandra.port=9042
|
||||||
|
spring.data.cassandra.local-datacenter=datacenter1
|
Loading…
x
Reference in New Issue
Block a user