Setting up dependencies and configuration

Initially, before implementing the domain model, the dependency and configuration classes need to be specified. The following Maven starter dependency needs to be included and available in the spring-boot-2-taxi-config project:

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
</dependency>
</dependencies>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.157.6