This topic describes how to upgrade the SOFABoot framework to the latest version. For more information, see SOFABoot release notes.
Important
SOFABoot can be backward compatible. When upgrading the version, you only need to modify the version number in the <parent> tag.
Procedure
In the application project, open the main
pom.xmlfile.Update the
<parent>content and upgrade the Maven configuration to the latest version.<parent> <groupId>com.alipay.sofa</groupId> <artifactId>sofaboot-enterprise-dependencies</artifactId> <! -- Replace x.x.x with the latest SOFABoot version. For more information, see SOFABoot release notes. --> <version>x.x.x</version> </parent>Save the
pom.xml.
In the next step, you can run and verify the upgrade result by referring to Local Compile and Run.
Upgrade-related issues
For more information, see Upgrade-related issues.
该文章对您有帮助吗?