☆1.1 編寫controller**
@restcontroller
("/edu/edu-teacher"
)public
class
eduteachercontroller
}
1.2 建立springboot配置類/**
* @date 2020/4/12 12:51
* @version 10.21
* @author duanchaojie
*/@configuration
@enabletransactionmanagement()
public
class
mybatisplusconfig
)// 設定 dev test 環境開啟
public performanceinterceptor performanceinterceptor()
}
1.3建立springboot啟動類/**
* @date 2020/4/12 13:41
* @version 10.21
* @author duanchaojie
*/// 如果不適用@componentscan,會預設掃瞄當前啟動類同級目錄以及子目錄。
@componentscan
(basepackages =
)public
class
}
1.4 執行啟動類訪問http://localhost:8001/edu/edu-teacher/findall得到json資料
前端講師管理之上傳頭像
1.使用上傳元件 2.上傳元件 更換頭像 3.使用元件 data 定義變數和初始值 imagecroppershow false,imagecropperkey 0,上傳元件key值 base api process.env.base api,獲取dev.env.js裡面位址4.引用並宣告元件 im...
11 新增和修改講師介面開發
一 自動填充封裝 二 controller方法定義 建立包handler,建立自動填充類 mymetaobjecthandler component public class mymetaobjecthandler implements metaobjecthandler override publ...
9 講師管理模組的邏輯刪除
1.1eduteachercontroller新增刪除方法 public boolean removebyid pathvariable string id 1.2 配置邏輯刪除外掛程式 邏輯刪除外掛程式 bean public isqlinjector sqlinjector 1.3 測試測試結果...