Skip to the content.

Directory

Department of management

After successful login, the user will enter the tars management system, as shown in the following figure:

1

Under the menu tree of tars management system, there are the following functions:

Service naming

The service name of a service using the tars framework has three parts:

Explain:

For example: TestApp.HelloServer.HelloObj

Service deployment

Service deployment can also be done after service development, but it is recommended to do it first。

Click “operation” - & gt; “deployment” in the main menu, as shown below:

Click “submit”. After success, the name of HelloServer will appear in the TestApp application under the menu number, and the information of your new service program will be seen on the right side, as shown below:

The deployment on the management system is here for the time being. So far, it only makes your service occupy a place on the management system. The real program has not been released.

Service publishing

Under the menu tree of the management system, find the service you deployed and click to enter the service page.

Select publish management, select the node to publish, click publish selected node, click upload publish package, and select the compiled publish package, as shown in the following figure:

After uploading the release package, click the “select release version” drop-down box to display the service program you uploaded, and select the top one (the latest one uploaded).

Click “publish” to publish the service. After successful publishing, the following interface appears, as shown below:

If it fails, it could be naming issues, upload issues, and other environmental issues. Welcome to issue for discussion.