AdoptConfig.java
278 Bytes
package com.diligrp.tax.adopt;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author lvqi
*/
@Configuration
@ComponentScan(basePackages = "com.diligrp.tax.adopt")
public class AdoptConfig {
}