A new test method for Spring Boot
After getting used to unit testing, if some codes are not tested before submission, they always feel empty and have no c...
Is AOP in Spring Boot JDK dynamic proxy or Cglib dynamic proxy?
As we all know, the underlying layer of AOP is dynamic agent, and there are two ways to implement dynamic agent in Java:...
Configure logback log for spring boot
Configure logback log for spring boot As mentioned in the previous introduction to spring boot, the default log print of...
springboot integrates wechat payment V3 and uses JSAPI to order the whole process. It is easy to read without calling a third-party package (complete source code) and can be enjoyed out of the box
@TOC preface At present, due to the need of the project, a wechat payment function is used for wechat applet. I've been ...
Microservice scenario building (simulation)
1. Create parent project In microservices, you need to create multiple projects at the same time. First, you need to cre...
Spring Principle in-depth 01: What is Spring? Spring Basic Mechanisms? IOC? AOP
01-What is Spring?
Spring is a lightweight fr...
RocketMQ theory learning and Practice
1, rocketmq action Flow peak shaving: delayed consumption Data collection: collection of log and other data Asynchronous...
Spring boot simple access to Ali SMS interface
Preparations are as follows:
We need to open SMS service ...
How to use events in Spring
[note] this article is translated from: Spring Events | Baeldung1. GeneralIn this tutorial, we will discuss how to use e...
Integration of Alibaba cloud RockMQ and SpringBoot in 2021
preface:
The open source version of Rocket is somewhat di...
How do I make the open source system have a security protection framework?
Write before: Recently, I have an idea to be a programmer apprentice management system. Because I was very confused when...
Discussion on WebSocket cluster solution in distributed system architecture
Scene description
Resources: 4 servers. Only...
springboot custom starter component - integrated swagger3 documentation
SpringBoot automatic assembly principle The core of springboot is automatic assembly, so why can jar be used out of the ...
Spring Security OAuth2 learning record
1, OAuth2.0 1. Concept OAuth The protocol provides a secure, open and simple platform for user resource authorizat...
18, Java stream, file and IO of spring cloud distributed microservice Cloud Architecture for Java
Java stream, file, and IO
The Ja...
Introduction to Shiro security framework
I. Shiro overview 1Shiro overview Shiro is an open source security framework under apache. It extracts the functions rel...
[SpringBoot Learning Notes 8] SpringBoot Customized Integration SpringMVC
The previous Blog explored in detail how SpringBoot integrates data sources, from the JDBC level to the data source conn...
[dieke springboot Chapter 3] prepareEnvironment
[dieke - Chapter 3] prepareEnvironment
Readin...
SpringBoot detailed injection configuration
SpringBoot injection configuration (2)
Next, ...
[recommendation for exploding liver] touch your hand and take you to the background management project (Chapter 4) integrate redis and add shiro permissions
previously on , this article is about dynamic permissions and dynamic directories, shiro's authorizer will trigger when...
SpringBoot integrates spring security to realize permission control: user management
Catalogue of series articles SpringBoot integrates SpringSecurity to realize permission control (I): implementation prin...
How SpringBoot works
SpringBoot: A Preliminary Study of Operating Principles How does Hello SpringBoot, which we wrote earlier, work? Maven p...
Mongodb -- addition, deletion, modification and query of Java
1: jar packages to be referenced:
<!-- mongodb Link p...
rabbitmq implementation of spring boot for message reliability
1. The producer module realizes message reliability through publisher confirm mechanism 1.1 producer module import rabbi...
[Spring Boot] usage example of Spring Boot + HikariCP connection pool
This page will introduce examples of Spring Boot and HikariCP. HikariCP is a fast, simple, reliable and production ready...
[Spring Boot] Spring Boot Filter
This page will introduce an example of Spring Boot filter. Filters can be registered using the FilterRegistrationBean cl...