FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...chore/upgrade-all-dependencies · houko/SpringBootUnity · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: houko/SpringBootUnity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: houko/SpringBootUnity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chore/upgrade-all-dependencies
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 37 files changed
  • 1 contributor

Commits on Sep 9, 2026

  1. fix: remove committed oauth secrets and correct package name typos

    core/src/main/resources/config/oauth.properties 里提交了 QQ / 微博 / 百度 / 人人 / 开源中国 / 豆瓣的真实第三方登录密钥, 自 2016 年起一直暴露在公开仓库中。该文件没有被任何 java 代码引用。现全部替换为占位符。
    
    注意: 这些密钥仍存在于 git 历史中, 本次提交并不能撤销泄露, 必须到各平台吊销重发。
    
    同时修正两处包名拼写错误:
    - info.xiaomo.anysc -> info.xiaomo.async
    - info.xiaomo.core.untils -> info.xiaomo.core.utils
    houko committed Sep 9, 2026
    Configuration menu
    Copy the full SHA
    5c4e3a7 View commit details
    Browse the repository at this point in the history
  2. test: enable test execution and fix the rabbitmq test

    parent pom 里的 surefire 配置了 skipTests=true, 全项目的测试从来不会执行。既然现在有了构建 CI, 这个开关就该拿掉。
    
    唯一的测试 RabbitMqTests 此前没有 @SpringBootTest, @Autowired 的 sender 实际是 null, 一旦执行就会 NPE —— 正是因为测试从不执行, 这个问题一直没有暴露。现改为:
    - 补上 @SpringBootTest(classes = RabbitMqMain.class)
    - 加 @disabled 并注明需要一台可连接的 RabbitMQ, 而不是留一个必然失败的用例
    - 从 package test 移到 info.xiaomo.rabbitmq, 与主代码包结构对齐
    houko committed Sep 9, 2026
    Configuration menu
    Copy the full SHA
    cb5a30d View commit details
    Browse the repository at this point in the history
  3. docs: rewrite readme and add changelog entry

    原 Readme 缺少这个项目最需要的东西: 16 个模块分别在演示什么。补上模块一览表(演示内容 / 启动类 / 需要的外部服务), 并修正了若干过时或错误的内容:
    
    - 技术栈与版本更新到当前实际值, 端口差异(socket 用 8081)明确写出
    - 快速开始给出可直接复制的 mvn / java 命令, 均已实测
    - API 文档地址更新为 springdoc 的 /swagger-ui.html 与 /v3/api-docs
    - 码云链接的 git.oschina.net 旧域名更新为 gitee.com
    - 问题反馈的编号 1/2/4 修正, License 由整段正文改为指向 LICENSE 文件
    - 徽章补上 CodeQL / Spring Boot / JDK, 并指向新的构建 workflow
    - 更新日志改为只保留主要节点并链到 changeLog.md, 完整记录同步补进 changeLog.md
    - 顺带修掉 changeLog.md 里 http://localhost:808/doc.html 少一位数字的笔误
    houko committed Sep 9, 2026
    Configuration menu
    Copy the full SHA
    218c3af View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL