one. First of all, you have to package it in idea. I am using the springboot framework project 1. Start your own project first There is a border on the far right of idea, click Maven If the project has been packaged before, you can click clean to clean the previous cache, and then click package to package the project. two. After packaging, we need our own cloud server You can use SecureCRT or XShell plug-in to operate our Alibaba Cloud server. three. Before configuring the war package, idea packages the jar package for us. Let's talk about the jar package first We need to use the uploaded plugin on our cloud server using the command: There is a five-digit number after your user name before the jar process, which is its process number. Then use kill -9 process number to forcefully close the process. Use ps -ef | grep java again to confirm that the jar process does not exist, and then use In the case of 3-2 war package, go to the webapps directory under your tomcat path and use Then rz select your war package file. After uploading successfully, the server will automatically compile it. That is success. Summarize This is the end of this article about the process analysis of idea packaging and uploading to cloud service projects. For more related idea packaging and uploading to cloud service content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: react-beautiful-dnd implements component drag and drop function
>>: How to add default time to a field in MySQL
Canvas has always been an indispensable tag eleme...
What is MIME TYPE? 1. First, we need to understan...
Table of contents Proper use of indexes 1. Disadv...
New features in MySQL 8.0 include: Full out-of-th...
Table of contents Achieve results Rolling load kn...
1. Download the gitlab image docker pull gitlab/g...
CSS plays a very important role in a web page. Wi...
Preface There are 4 types of operators in MySQL, ...
This article introduces the implementation code o...
123WORDPRESS.COM has explained to you the install...
Table of contents Single Node Diff reconcileSingl...
Special symbols Named Entities Decimal encoding S...
Recently I have been saying that design needs to h...
After I installed MySQL, when I tried to save and...
The project interacts with the server, accesses t...