mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
解决相同类名的冲突
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package xyz.playedu.api.controller.frontend;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/3/2 21:51
|
||||
*/
|
||||
@RestController
|
||||
public class LoginController {
|
||||
}
|
||||
Reference in New Issue
Block a user