Win10 installation maven and related configuration

catalogue summary install Configure environment variables Modify local warehouse Path summary Installing maven on Win10 is very simple. You only need to download the installation package on the official website and then unzip it. However, the configuration of maven is extremely important, especially the configuration of warehouse p ...

Posted by blt2589 on Thu, 13 Jan 2022 10:45:09 +0100

Teach you how to create a maven scaffold for the project

background Generally, when creating a new project, you select maven or spring initializr to generate the project, and then go through a series of modifications, configurations and adding some styles of your own project. As microservices are becoming more and more popular, a project needs to create many new microservice projects. Each time a n ...

Posted by xluminex on Wed, 12 Jan 2022 08:29:25 +0100

Solution: dubbo-admin-ui build failed when using Maven packaging (Failed to execute goal com.github.eirslett:frontend-maven-plugin)

When installing dubbo-admin, the Dubbo monitoring center, using maven to package projects has been reporting errors Prompt dubbo-admin-ui build failed Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.0:npm (npm install) on project dubbo-admin-ui: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteExce ...

Posted by Nathaniel on Tue, 11 Jan 2022 18:06:18 +0100

SSM construction notes

SSM construction notes 1. The components of SSM spring + spring mvc + mybatis 2. The tutorial uses Java 8, idea and Maven 3. Start the tutorial: โ€‹ 1. Use idea to create Maven project, note!!! You must select your configured Alibaba cloud maven, or the creation will fail โ€‹ 2. If you see business success in the console, it is regarded as a s ...

Posted by GreenCore on Mon, 10 Jan 2022 22:57:34 +0100

Maven's installation, configuration, command and detailed teaching

Why should we learn maven? Before maven was born, we had a lot of inconvenience in making the project. 1: jar packages are hard to find 2: jar package dependency 3: Jars are inconvenient to manage (manage jar s according to different functions) 4: Project compilation Introduction to Maven Maven is an open source project o ...

Posted by webtuto on Mon, 10 Jan 2022 05:40:01 +0100

Dubbo quick start

1.Dubbo official website Dubbo official website home page 2. Click the document to have an in-depth understanding of dubbo; 3. Introduction to Dubbo 4. Dubbo architecture 5.Dubbo quick start 5.1 installation of zookeeper Zookeeper is a registered software officially provided by Dubbo (1) JDK installation 1) Before installing Zookeeper, you n ...

Posted by taddis on Wed, 05 Jan 2022 19:30:28 +0100

jenkins enables automatic deployment

jenkins enables automatic deployment (CD/CI) Execution flow chart I. environment server configuration 1. The following environments need to be installed on the server: 1) Install jdk-1.8 2) Install maven-3.6 one 3) Installing git-2.34 4) Install node-16.13 1 (optional, depending on the deployment method) 5)sonarQube-6.7.4 2. After installa ...

Posted by balkar on Wed, 05 Jan 2022 13:55:40 +0100

Stay up late at Christmas to sort out a set of SSM templates, so that you can quickly build an environment

๐Ÿ‡ Small wood come Yes \textcolor{Orange} {here comes Koki} Here comes Koki ๐Ÿฃ ...

Posted by tambo on Wed, 05 Jan 2022 09:29:10 +0100

SpringBoot actual development background management - architecture description and development

SpringBoot actual development background management - architecture description and development 1. Architecture mode Monomer architecture technical structure springboot + mybatisplus + mysql Front end technology: jquery / layui Font Icon Library: iconfont 2. What are the architectural patterns of background development? Pure enterprise ...

Posted by Dlex on Tue, 04 Jan 2022 14:51:10 +0100

Custom starter in SpringBoot project

In the springboot project, we often see a lot of starter dependencies. These starters integrate relevant jar packages, especially the control of relevant jar versions, so as to avoid version conflicts. A starter can load the relevant dependencies, which provides great convenience for us to develop web projects. SpringBoot starter mechanism Th ...

Posted by Webxplosion on Tue, 04 Jan 2022 03:54:44 +0100