4 Commits

Author SHA1 Message Date
twelvet
68f004ae9c Pre Merge pull request !245 from twelvet/N/A 2025-03-10 03:45:42 +00:00
若依
a6bcebb62b !397 修复actuator暴漏问题
Merge pull request !397 from 威士忌的纯度/N/A
2025-03-10 03:45:34 +00:00
威士忌的纯度
1cb262daa3 修复actuator暴漏问题
Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
2025-03-07 10:22:52 +00:00
TwelveT
9af1ab4bfb update ruoyi-modules/ruoyi-gen/src/main/java/com/ruoyi/gen/controller/GenController.java.
修正注释

Signed-off-by: TwelveT <2471835953@qq.com>
2022-09-07 03:26:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ http {
}
# 避免actuator暴露
if ($request_uri ~ "/actuator") {
if ($uri ~ "/actuator") {
return 403;
}

View File

@@ -57,7 +57,7 @@ public class GenController extends BaseController
}
/**
* 修改代码生成业务
* 获取代码生成信息
*/
@RequiresPermissions("tool:gen:query")
@GetMapping(value = "/{tableId}")