Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The operation method of SpringBoot uploading to LINUX server with War package

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article will explain in detail how to upload SpringBoot to the LINUX server with War packages. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

Each of the following steps should be essential:

1. Startup class

Inherit the class and re-configure the method, return builder.sources (Code007Application.class)

2 、 pom

It is more convenient to skip the test package.

Code007 / / here is the name of your packaged war package org.springframework.boot spring-boot-maven-plugin true

Then everything in the database and yml corresponds to the path of the Linux server, and that's about it.

Yml example:

Then:

Actions on the Linux server:

After package, it is packaged, then find it under the target file in the project, and upload it to the webapps file of tomcat on the Linux server.

As shown in the figure:

Then find server.xml under the conf file of tomcat

Open modify:

Add this to the host node:

Here

These two should correspond well.

Then start tomcat, domain name or ip address to access the home page of the project directly.

About SpringBoot War package upload to the LINUX server operation method is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report