feat: 添加Category_attribute实体类和仓库接口

refactor(security): 限制文章更新仅限AUTHOR角色
修改ArticleController的updateArticle方法权限,移除ADMIN角色访问权限

chore: 更新application.properties中的Redis配置
取消注释Redis相关配置,包括缓存和连接池设置
This commit is contained in:
qingfeng1121
2025-10-16 16:12:19 +08:00
parent 2809837422
commit 8cc4c1da1d
5 changed files with 32 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
package com.qf.myafterprojecy.pojo;
public class category_attribute {
}