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

Java Learning (essay)-introduction to Spring boot and Grad

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

I. Spring boot correlation

What is 1.spring boot?

(1) provide a faster and more extensive entry experience for all Spring developers

(2) it can be used immediately out of the box, and those that are not suitable can be abandoned at any time.

(3) provide a series of non-functional features commonly used in large-scale projects.

(4) Zero configuration (XML configuration is not required, follow "convention is greater than configuration")

The relationship between 2.Spring boot and other frameworks

3. Quickly create Spring boot-based web projects and use Gradel to manage jar packages

Extract the project after successful creation

4.Gradel compiled project:

(1) first determine our development environment (java): java-version

(2) determine the environment of Gradle: gradle-v

(3) change to the root directory of the project:

Cd file path

Jump to file disk

(4) use gradle to compile the project: gradle build

The project was successfully built and compiled successfully, and observe the compiled project structure:

(5) run the project: java-jar build/libs/jar file name

(6) browser access address: http://localhost:8080/index.do

Although the observation is an error page, it shows that our project is already running

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

Internet Technology

Wechat

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

12
Report