springboot practice - project building - Part 2 (hot deployment + message queuing)

Catalog Hot deployment: Consolidated message queuing (RabbitMQ) Installing RabbitMQ Hot deployment: Add spring boot devtools to the pom.xml file. <!--Hot deployment dependency--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- ...

Added by bl00dshooter on Fri, 17 Jan 2020 05:17:05 +0200

spring boot integrated dubbo enterprise full

1, What is Spring Boot? Spring Boot at this stage is too hot. Why? Because it is easy to use, simple to configure and fast to start, what is it? From the official website, we can see that it is a subproject of spring open source organization, which mainly simplifies the heavy configuration of spring, and Spring Boot embeds various Servlet conta ...

Added by darknuke on Wed, 15 Jan 2020 13:49:27 +0200

How do I do spring boot auto configuration principle analysis

Preface According to the analysis of springboot version 2.0.0, the overall automatic configuration process is as follows: Refer to official documents for specific configuration: springboot-doc Two @ SpringBootApplication The core annotation @ SpringBootConfiguration is actually the @ Configurati ...

Added by Trium918 on Wed, 15 Jan 2020 12:26:23 +0200

Simple use of spring MVC thymeleaf template

Tymeleaf advocates that templates are pure html code, which can run directly in pure static environment without template engine. Now if we write expressions like ${} directly in html, we will obviously make mistakes in the static environment, which is not in line with the idea of Thymeleaf. All expre ...

Added by mc2007 on Wed, 15 Jan 2020 11:12:49 +0200

Dubbo Getting Started to Actual Warfare

Frontier: Dubbo is a very popular technology in today's popular distributed architecture, allowing days of free time to learn and work on later projects to pave the way for later distributed projects. Introduction to Dubbox Dubbox is a distributed service framework, its predecessor is the Alibaba open source project Dubbo, which is used by dom ...

Added by mepaco on Tue, 14 Jan 2020 19:30:16 +0200

Spring JdbcTemplate

I wrote an article yesterday Why don't many people want to use hibernate? Blog, with the majority of ape friends to discuss the advantages and disadvantages of hibernate and the way to connect to the database, go home to study, found that Spring JdbcTemplate is very useful, made a summary, share to you. Disclaimer: This article is just a littl ...

Added by tooNight on Tue, 14 Jan 2020 11:05:31 +0200

swagger2 real time generation of interface documents

Swagger is a standardized and complete framework for generating, describing, invoking, and visualizing RESTful style Web services. The overall goal is to have the client and file system update at the same speed as the server. File methods, parameters, and models are tightly integrated into the server-si ...

Added by webdesco on Tue, 14 Jan 2020 08:37:19 +0200

Spring learning notes - Introduction

What is Spring First, Spring is a lightweight inversion of control (IoC) and aspect oriented (AOP) container framework The spring framework is created because of the complexity of software development. Spring uses basic JavaBean s to do things that were previously only possible with EJB s. However, sp ...

Added by Dave2222 on Tue, 14 Jan 2020 06:04:17 +0200

Understanding of Spring aware

    When aware translated it, I realized that my understanding of him was spring's perceptron. Isn't that a weird name^_^ Let's first look at the structure of aware interface   spring provides a lot of aware. Aware.java just makes a flag. It doesn't define any methods   These are provided by spring only show the amount of three in red frame ...

Added by ali_2kool2002 on Tue, 14 Jan 2020 05:40:31 +0200

Spring boot integration -- Cache (Redis)

Abstract: Time flies quickly, and I'm about to usher in a brand-new and hopeful 2020, which is also the representative of my brand-new start in the new year. I will ask myself to meet a brand-new year with the highest expectation. As procedural apes, we will take performance, safety, concise code as the ...

Added by robert.access on Tue, 14 Jan 2020 04:06:49 +0200