.4062073974432528:453d98bd45139061925af4076ed7405f_69e873201ffbb16c7ee08e99.69e877081ffbb16c7ee08ee1.69e87708e09018824de9164a:Trae CN.T(2026/4/22 15:21:44)#313
Open
CGW516 wants to merge 4 commits intojonashackt:masterfrom
Conversation
added 4 commits
April 22, 2026 14:48
在首页添加刷新按钮,支持从后端获取最新欢迎消息 添加加载状态防止重复请求
重构组件结构,将数据刷新逻辑和状态管理从Home组件移至HelloSpringWorld组件,使功能职责更清晰
将测试中的认证凭据从"sina/miller"改为"admin/admin"以匹配实际配置 启用内存认证配置,添加admin用户用于测试和生产环境
添加两个测试用例验证安全API在错误密码和不存在的用户情况下的未授权响应
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test(BackendControllerTest): 添加安全API的未授权访问测试用例
添加两个测试用例验证安全API在错误密码和不存在的用户情况下的未授权响应