parent
66cf3f1850
commit
73d923bb64
|
@ -6,6 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@MapperScan("com.as.mapper")
|
@MapperScan("com.as.mapper")
|
||||||
|
// 启动类
|
||||||
public class AsProjectApplication {
|
public class AsProjectApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
Loading…
Reference in New Issue