chore: 优化 Issue 模板

This commit is contained in:
2025-03-02 20:38:27 +08:00
parent f7fe9dbfe7
commit c6e33b8e71
4 changed files with 17 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ public class ContiNewAdminApplication implements ApplicationRunner {
@SaIgnore
@GetMapping("/")
public R index() {
return R.ok("%s service started successfully.".formatted(projectProperties.getName()), null);
return R.ok(projectProperties);
}
@Override

View File

@@ -65,6 +65,8 @@ continew-starter.web:
default-error-msg: error
# 是否将原生异常错误信息填充到状态信息中
origin-exception-using-detail-message: false
# 响应类全名(配置后 response-style 将不再生效)
response-class-full-name: top.continew.starter.web.model.R
--- ### 全局树结构配置(简单树,对应前端 UI
continew-starter.crud: