I have an existing project which is in Spring boot 1.4.2 and now as per requirement I need to update it to Spring boot 2.0.6. I have Vector as part of functionality, but since it is deprecated in 2.x, I am unable to find genuine reference to use it in 2.0.6.
Could someone help us to figure out how to use :
dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-velocity</artifactId>
</dependency>
in
<spring-boot.version>2.0.6.RELEASE</spring-boot.version>
I found few reference on searching but none was genuinely solving.