初始化
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package com.nkkj.ups.controller;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
public class LoginController {
|
||||
}
|
Reference in New Issue
Block a user