|
@@ -15,7 +15,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
@EnableScheduling
|
|
|
@ComponentScan(basePackages = {"com.fdkankan.*"})
|
|
|
@MapperScan("com.fdkankan.**.mapper")
|
|
|
-@ForestScan(basePackages = "com.fdkankan.manage.httpclient")
|
|
|
public class ManageApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|