| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ApolloCommonConfig |
|
| 0.0;0 |
| 1 | package com.ctrip.framework.apollo.common; | |
| 2 | ||
| 3 | import org.springframework.boot.autoconfigure.EnableAutoConfiguration; | |
| 4 | import org.springframework.context.annotation.ComponentScan; | |
| 5 | import org.springframework.context.annotation.Configuration; | |
| 6 | ||
| 7 | @EnableAutoConfiguration | |
| 8 | @Configuration | |
| 9 | @ComponentScan(basePackageClasses = ApolloCommonConfig.class) | |
| 10 | 0 | public class ApolloCommonConfig { |
| 11 | ||
| 12 | } |