|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2013-2015 the original author or authors. |
|
|
|
|
* Copyright 2013-2017 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with |
|
|
|
|
* the License. You may obtain a copy of the License at |
|
|
|
@ -22,8 +22,8 @@ import org.junit.runner.RunWith;
@@ -22,8 +22,8 @@ import org.junit.runner.RunWith;
|
|
|
|
|
import org.mockito.Mockito; |
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
import org.springframework.boot.autoconfigure.ImportAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.aop.AopAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration; |
|
|
|
|
import org.springframework.cloud.netflix.metrics.servo.ServoMetricsAutoConfiguration; |
|
|
|
|
import org.springframework.cloud.netflix.metrics.servo.ServoMonitorCache; |
|
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
|