mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	chore: 优化 Issue 模板
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user