Upgrade instructions

更新时间:
复制 MD 格式

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

  1. In the application project, open the main pom.xml file.

  2. 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>
  3. 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.