You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: unify Spring Boot version catalog to single spring-boot entry
Remove legacy spring-boot-1x/2x split in libs.versions.toml and merge
into a single spring-boot = "4.0.3" definition. Update all build scripts
and documentation to reflect the current Spring Boot 4.0 baseline.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs-en/tars-tutorials.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ If you need new functions like tars-spring, you need to upgrade the tars to the
99
99
100
100
### Function Description
101
101
102
-
Tars supports writing tars services using spring boot. To use this function, you need to rely on the tars-spring-boot-starter.jar package, and spring boot 2.0 or above. You can use your servant as a Spring bean, and the annotation exposes the spring bean.
102
+
Tars supports writing tars services using spring boot. To use this function, you need to rely on the tars-spring-boot-starter.jar package, and Spring Boot 4.0 or above. You can use your servant as a Spring bean, and the annotation exposes the spring bean.
103
103
104
104
105
105
@@ -117,7 +117,7 @@ Tars supports writing tars services using spring boot. To use this function, you
0 commit comments