如何在Spring Boot 2.0.6中访问spring-boot-starter-velocity

时间:2019-06-19 11:22:47

标签: spring spring-boot

我有一个位于Spring boot 1.4.2中的现有项目,现在按照要求我需要将其更新为Spring boot 2.0.6。我将Vector作为功能的一部分,但是由于它在2.x中已弃用,因此我找不到在2.0.6中使用它的真正参考。

有人可以帮助我们弄清楚如何使用:

Name:                                                  php-apache
Namespace:                                             default
Labels:                                                <none>
Annotations:                                           <none>
CreationTimestamp:                                     Mon, 17 Jun 2019 12:33:01 +0530
Reference:                                             Deployment/php-apache
Metrics:                                               ( current / target )
  resource cpu on pods  (as a percentage of request):  <unknown> / 50%
Min replicas:                                          1
Max replicas:                                          10
Deployment pods:                                       1 current / 0 desired
Conditions:
  Type           Status  Reason                   Message
  ----           ------  ------                   -------
  AbleToScale    True    SucceededGetScale        the HPA controller was able to get the target's current scale
  ScalingActive  False   FailedGetResourceMetric  the HPA was unable to compute the replica count: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io)
Events:
  Type     Reason                   Age                      From                       Message
  ----     ------                   ----                     ----                       -------
  Warning  FailedGetResourceMetric  112s (x12408 over 2d4h)  horizontal-pod-autoscaler  unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io)

dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-velocity</artifactId>
</dependency>

我在搜索中找不到参考,但没有一个是真正解决的。

1 个答案:

答案 0 :(得分:0)

Spring 5中不再支持速度:

https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-5.x#removed-packages-classes-and-methods

要么继续使用Spring 4(Spring Boot 1.x),要么自己整合速度。