Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot] 3eedf865e3 build(deps): bump spring-boot.version from 4.0.0 to 4.1.0 in /services
Bumps `spring-boot.version` from 4.0.0 to 4.1.0.

Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.1.0)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 12:26:25 +00:00
huangping 327e5e2b91 chore: release v0.1.0
deploy / build-and-deploy (push) Has been cancelled
2026-06-09 16:17:48 +08:00
+1 -1
View File
@@ -18,7 +18,7 @@
<properties>
<java.version>17</java.version>
<spring-boot.version>4.0.0</spring-boot.version>
<spring-boot.version>4.1.0</spring-boot.version>
<!-- 平台数据访问:PostgreSQL 15 + MyBatis-PlusSpring Boot 4 用 boot4-starter -->
<mybatis-plus.version>3.5.15</mybatis-plus.version>
</properties>