Uninstallation, reinstallation and configuration of super detailed maven

For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station 1, maven uninstall maven only configures the environment variable and local warehouse when it is used. We only need to delete the local warehouse and remove maven's environment variable from the environment variable. 1. Delete ...

Posted by azylka on Thu, 17 Feb 2022 06:09:50 +0100

Servlet quick start

Servlet quick start Introduction to Servlet Servlet: short for Server Applet, it is the program (code, function implementation) of the server, which can interactively process the request sent by the client to the server and complete the operation response. Tracing back to the origin, Servlet is a technology of sun company to develop dynamic w ...

Posted by smithmr8 on Wed, 16 Feb 2022 16:03:38 +0100

Jenkins continuous integration environment construction IV (different project construction types of Jenkins: free style, Maven and Pipeline)

1. Construction type of Jenkins project There are many types of automatic construction projects in Jenkins, including the following three types: FreeStyle ProjectMaven ProjectPipeline Project In fact, each type of construction can complete the same construction process and results, but there are differences in operation mode and flexib ...

Posted by Ryodox on Fri, 11 Feb 2022 21:46:25 +0100

Java project: design and implementation of Aiyou travel platform (java+springboot+ssm)

Source code acquisition: download from "resources" on the blog home page! Project significance: Since the reform and opening up, China's tourism has developed rapidly, but comparatively speaking, the breadth and depth of China's tourism development are far from meeting the needs of economic development and the improvement of peopl ...

Posted by jandrews3 on Thu, 10 Feb 2022 20:03:51 +0100

One of javaWeb: introduction to javaWeb, configuration and use of Tomcat and maven

One of javaWeb: introduction to javaWeb, configuration and use of Tomcat and maven Start with this article to explain the learning of Java Web 😊, A series of learning articles are advancing steadily. 1, HTTP 1. Introduction HTTP Hypertext Transfer Protocol (HTTP) is a simple request response protocol, which usually runs in TCP above. It ...

Posted by DusterG20 on Tue, 08 Feb 2022 22:17:07 +0100

From bronze to King, finish Maven with one article and collect it quickly

Click like and watch again, form the habit of praise, search wechat [coriander Chat Game] and pay attention to me catalogue 1. What is maven and why does it exist? What is the project structure like and how to locate jar s 2. Operation of Idea 4. Main components of Maven coordinates 5. maven lifecycle 6. Configuration of idea maven 7. ...

Posted by ruddernz on Tue, 08 Feb 2022 09:40:19 +0100

If the order has not been paid for 30 minutes, it will be automatically cancelled. How to realize it

In development, we often encounter some requirements about delayed tasks. for example If the order has not been paid for 30 minutes, it will be automatically cancelled 60 seconds after the order is generated, send a text message to the user For the above tasks, we give a professional name to describe, that is, delayed tasks. Then a question ...

Posted by mentalfloss on Mon, 07 Feb 2022 10:23:58 +0100

Customize SQL parser based on calculate

Recently, the project team asked to write an SQL script, and the relevant parsing tools can customize the verification rules. They began to study the learning of Irony framework based on C#; Due to my weak foundation, there are not many resources for this framework on the Internet. Finally, the Apache compute framework was abandoned. I borrowed ...

Posted by keziah on Mon, 07 Feb 2022 10:05:32 +0100

Maven's Build Profiles

Maven's Build Profiles When using build profiles on the command line, yes-P,For example: mvn -Pinput Note: the build configuration file here is not a real file, but does specific things by specifying parameters. The following is quoted from https://ayayui.gitbooks.io/tutorialspoint-maven/content/book/maven_build_profiles.html: At that tim ...

Posted by clem_c_rock on Wed, 02 Feb 2022 10:31:24 +0100

SpringBoot learning -- create a SpringBoot project through an empty project

@[TOC]SpringBoot learning (I) -- create a SpringBoot project through an empty project IDEA creating an introductory project I create an empty project, and then create multiple modules in it. In this way, multiple projects only open one window Creation method Mode 1 â‘  If you have opened a project in the IDEA, you need to enter the project cr ...

Posted by iamchris on Wed, 02 Feb 2022 09:41:38 +0100