diff --git a/docs/getting-started/install-and-setup/install-enterprise-edition.md b/docs/getting-started/install-and-setup/install-enterprise-edition.md index e2c251a..1bf26af 100644 --- a/docs/getting-started/install-and-setup/install-enterprise-edition.md +++ b/docs/getting-started/install-and-setup/install-enterprise-edition.md @@ -67,7 +67,7 @@ This guide uses CentOS 7 as an example to demonstrate the deployment process. 1. Execute the following command to obtain the SID information required for the application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. @@ -191,7 +191,7 @@ This example uses Windows Server 2019 to demonstrate the deployment process. 1. Execute the following command to obtain the SID information required for the application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. diff --git a/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md b/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md index 9959313..82a2864 100644 --- a/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md +++ b/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md @@ -65,7 +65,7 @@ The following operations need to be **performed separately on each of the three 1. Run the following command to get the SID information required for the license application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the license application process. diff --git a/docs/platform-ops/production-deploy/install-tapdata-ha.md b/docs/platform-ops/production-deploy/install-tapdata-ha.md index 520143d..12c3fb9 100644 --- a/docs/platform-ops/production-deploy/install-tapdata-ha.md +++ b/docs/platform-ops/production-deploy/install-tapdata-ha.md @@ -77,7 +77,7 @@ Before deployment, we need to perform the following operations on both servers. 1. Execute the following command to obtain the required SID information for application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. @@ -185,7 +185,7 @@ Before deployment, we need to perform the following operations on both servers. 1. Execute the following command to obtain the required SID information for application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process.