Coverage Report - com.ctrip.apollo.metaservice.ApolloMetaServiceConfig
 
Classes in this File Line Coverage Branch Coverage Complexity
ApolloMetaServiceConfig
100%
1/1
N/A
0
 
 1  
 package com.ctrip.apollo.metaservice;
 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 = com.ctrip.apollo.metaservice.ApolloMetaServiceConfig.class)
 10  1
 public class ApolloMetaServiceConfig {
 11  
 
 12  
 }