| 
					
				 | 
			
			
				@@ -17,7 +17,7 @@ import com.spring4all.swagger.EnableSwagger2Doc; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @EnableDiscoveryClient 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @EnableFeignClients("com.keao.edu") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @ComponentScan("com.keao.edu") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@MapperScan("com.keao.edu.cms.dal.dao") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@MapperScan({"com.keao.edu.cms.dal.dao", "com.keao.edu.common.dao"}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @Configuration 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @EnableSwagger2Doc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class CmsServerApplication { 
			 |