knife4j升级4.4.0架构改造

This commit is contained in:
EightMonth
2023-12-27 11:03:40 +08:00
parent 502ef2f65d
commit e91af8cfd3
8 changed files with 255 additions and 210 deletions

View File

@ -9,7 +9,7 @@ import com.unfbx.chatgpt.entity.chat.Message;
import com.unfbx.chatgpt.exception.BaseException;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.SecurityUtils;
import org.jeecg.chatgpt.prop.AiChatProperties;
import org.jeecg.ai.prop.AiChatProperties;
import org.jeecg.common.api.vo.Result;
import org.jeecg.common.exception.JeecgBootException;
import org.jeecg.common.system.vo.LoginUser;