mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-04 11:52:41 +08:00
删除
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
package org.hswebframework.web.workflow;
|
||||
|
||||
import org.hswebframework.web.dao.Dao;
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
|
||||
/**
|
||||
* @author zhouhao
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@ComponentScan("org.hswebframework.web.workflow")
|
||||
@MapperScan(value = "org.hswebframework.web.workflow", markerInterface = Dao.class) //扫描mybatis dao
|
||||
public class Application {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user