chore(deps): 更新Spring Boot及相关依赖版本
- 将Spring Boot相关组件从3.5.3升级至3.5.7 - 升级MyBatis Plus从3.5.12到3.5.14 - 更新Spring Web从6.2.9到6.2.13 - 添加RoleController和UserController基础类
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package cn.nopj.chaos_api.controller;
|
||||
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
|
||||
@Slf4j
|
||||
@RestController
|
||||
public class RoleController {
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package cn.nopj.chaos_api.controller;
|
||||
|
||||
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
|
||||
@Slf4j
|
||||
@RestController
|
||||
public class UserController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user