新版
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.peanut.modules.book.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("book/teach")
|
||||
public class BookTeachController {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user