Начало 4 лабы
This commit is contained in:
parent
7de8e172de
commit
83e27918ee
@ -0,0 +1,9 @@
|
|||||||
|
package ru.IP_LabWorks.IP.University.Contoller;
|
||||||
|
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@RequestMapping("/student")
|
||||||
|
public class StudentController {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user