springboot distributed micro service E-commerce mall learn from me about the use of springcloud Apollo in Java

This section mainly explains how to use Apollo in ordinary Java projects and Spring Boot. Used in ordinary Java projects Add Maven dependency of Apollo Client. The code is as follows. <dependency> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apollo-client</artifactId> <version&gt ...

Posted by Flinch on Fri, 04 Mar 2022 22:17:39 +0100

SST import without dependency on Nebula Exchange

This article tries to share the steps of SST writing in Nebula Exchange in a minimum way (stand-alone, containerized Spark, Hadoop and Nebula Graph). This article applies to v2 5 or above versions of Nebula Exchange. Original link: Foreign visits: https://siwei.io/nebula-exchange-sst-2.x/ Domestic visits: https://cn.siwei.io/nebula-exc ...

Posted by R0bb0b on Fri, 04 Mar 2022 20:21:59 +0100

SpringBoot & Maven dependency, configuration separation and packaging

introduce With the iteration of technology, SpringBoot is widely used in our daily development. When using maven to build traditional web applications, we package the projects into war packages and deploy them in tomcat. All directory resources are separated, which is very convenient for the modification of configuration files. However, if you ...

Posted by seavers on Wed, 23 Feb 2022 05:41:27 +0100

IDEA realizes ssm integration and rapid development CRUD -- basic environment construction

Project description This project is a learning note document based on Shang Silicon Valley video, which is only used for learning, combing and summarizing relevant knowledge for later review, not for commercial purposes. Project introduction According to the basic frameworks such as Spring, Spring MVC and MyBatis, a simple addition, dele ...

Posted by Tandem on Mon, 21 Feb 2022 16:31:36 +0100

Online OJ project

Project introduction Core functions Title Management: (title information: Title Stem + test case)Title list page: displays the title listTitle details page: displays the title details + code edit boxSubmit the running Title: click the button, the web page will give the source code to the server, the server will execute the code, and retur ...

Posted by louis_coetzee on Sun, 20 Feb 2022 18:55:11 +0100

Jenkins creates maven project

1. Introduction to maven https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ 2. Install mvn # java -version java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode) # cd /data/ # wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.1/b ...

Posted by ale1981 on Sun, 20 Feb 2022 18:19:01 +0100

Create a maven project and use HttpServlet to implement a dynamic page on the tomcat server

Author: Lao Jiu Computer major Controllable things are heavy, calm, uncontrollable things are optimistic 85180586@qq.com πŸ˜„ πŸ˜† 😡 😭 😰 πŸ˜… 😒 😀 😍 ☺️ 😎 😩 πŸ‘ πŸ‘Ž πŸ’― πŸ‘ πŸ”” 🎁 ❓ πŸ’£ ❀️ β˜•οΈ πŸŒ€ πŸ™‡ πŸ’‹ πŸ™ πŸ’¦ πŸ’© ❗️ πŸ’’ -------- Copyright notice: This article is the original article of CSDN blogger "Pushang Qingtian" Knowledge points ...

Posted by saleemshehzad on Sun, 20 Feb 2022 14:42:31 +0100

Beginners use JavaWeb to write one of the most common registration and login pages

It is just a most common registration and login page written by Java Web for beginners. You only need to enter your user name and password Only part of the java code is listed and explained. The database, configuration process, configuration file and html front-end interface follow their own capabilities I First use the JDBC utils tool class ...

Posted by Cragsterboy on Sun, 20 Feb 2022 06:46:21 +0100

JAVA distributed -- SpringbootSpringboot quick start, core configuration file interpretation, directory interpretation, custom configuration items, @ Value annotation @ configurationproperties

1, springboot Basics 1.1 general Spring Boot can easily and quickly create applications based on the spring framework, which enables coding, configuration, deployment and monitoring. Spring Boot has attracted much attention in the industry because it simplifies the complexity and makes the development extremely simple and fast. 1.2 character ...

Posted by trg on Sat, 19 Feb 2022 21:55:01 +0100

Docker's one click deployment method of SpringBoot application is quick and easy for thieves to use!

stay Gradle can really kill Maven? Today I experienced it, thief cool In this article, we talked about using Gradle to build SpringBoot applications. These two days, we found another Gradle plug-in that supports one click packaging and push Docker images. Today, let's talk about this plug-in. I hope it will be helpful to you! SpringBoot e-co ...

Posted by thaynejo on Sat, 19 Feb 2022 16:56:43 +0100