feat: 添加Category_attribute实体类和仓库接口
refactor(security): 限制文章更新仅限AUTHOR角色 修改ArticleController的updateArticle方法权限,移除ADMIN角色访问权限 chore: 更新application.properties中的Redis配置 取消注释Redis相关配置,包括缓存和连接池设置
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package com.qf.myafterprojecy.repository;
|
||||
|
||||
public interface Category_attribute {
|
||||
}
|
||||
Reference in New Issue
Block a user