Files
arrokoth-framework-springbo…/README.md
wangjianhong cb47ef1536 no message
2025-10-11 11:20:35 +08:00

32 lines
606 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# arrokoth-framework-springboot-dependencies
## Getting started
##
```
# 1. 查看哪些依赖可以升级
mvn versions:display-dependency-updates
# 2. 自动更新 properties 中的版本(如 spring.version
mvn versions:update-properties
# 3. 更新项目自身版本号(比如发布正式版)
mvn versions:set -DnewVersion=1.3.0.RELEASE
# 4. 检查 pom.xml 是否正确
# 5. 确认无误后,提交更改(删除备份)
mvn versions:commit
```
```
git remote add origin http://8.147.235.150:3000/admin/arrokoth-framework-springboot-dependencies.git
git push -u origin main
```