编写mvc基础代码添加ResponseMessage编写Message关键字
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package com.qf.myafterprojecy;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
@MapperScan("com.qf.myafterprojecy.controller")
|
||||
public class MyAfterProjecyApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user