1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.peanut.modules.sociology.controller;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("sociology/course")
|
||||
public class CourseController {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.peanut.modules.sociology.service;
|
||||
|
||||
public interface CourseService {
|
||||
}
|
||||
Reference in New Issue
Block a user