SpringBoot implements multiple data source configuration
Spring boot for multi data source configuration
...
After the upgrade of Spring Boot, the initialization SQL does not run?
Spring Boot unit tests automatically execute test scripts cause
...
Combination of graphics and text to teach you how to initialize Tomcat and how to run Tomcat in SpringBoot
How to initialize Tomcat in SpringBoot preface
...
RabbitMQ and SpringBoot integration
To integrate RabbitMQ with SpringBoot, first we need to create a new SpringBoot project, which is divided into two sub m...
Property Injection
Injection in springboot Basic Property Injection @Value Object Mode Injection @ConfigurationProperties Comparison of tw...
Application context context context of Spring key interface
catalog
1.ServletContextListener interface 2.ApplicationC...
Analysis of SpringBoot configuration class
This article starts with WeChat official account of vivo Internet technology. Link: https://mp.weixin.qq.com/s/NvPO5-FWL...
From springboot to proficient in springboot file download
springboot file download catalog 1 IntroductionInitial experience of 2springboot3springboot integrated jsp4springboot attribute injection5 springboot...
Summary of three cross-domain scenarios in Spring Boot
Article Directory 1. What is cross-domain 2. Solutions 2.1 Problems 3.SpringSecurity 3.1 Mode 1 3.2 Mode 2 4.OAuth2 5...
Spring Job? Quartz? XXL-Job? Young people make choices~
Hello, my name is grandma. I'm a little fat man in the subway~
...
Case study of intelligent recognition of voice synchronization in wechat applet
catalog 1, Background 2, Introduction to simultaneous interpretation plug-ins 1. Add plug-ins in the background of wec...
Spring boot exception handling in five ways, Junit unit test, hot deployment
First of all, the version of Springboot 2.2.6.release is used here. Since the iteration of Springboot is very fast, pay ...
When the springboot / error page status is 999, 80% of the people will not
to configure server: port: 8000 servlet: context-path: "/api" compression: enabled: false Just contacted with SpringBoo...
Principles of ConditionalOnClass annotations in SpringBoot
The auto-configuration classes in SpringBoot have many ConditionalOnClass annotations, and @ConditionalOnClass matches w...
How can I get through SpringCloud and HSF calls?
background
In 2019 we experienced a whole yea...
Using allatori to obfuscate and encrypt the spring boot project code under maven
preparation in advance springboot project Download the jar package of allatori. The specific address is http://www.alla...
Condition annotation of automatic configuration in SpringBoot @ condition
The once bloated and cumbersome Spring configuration really makes people feel big, and the new automatic configuration b...
Implementation of a lightweight RPC framework based on Netty and SpringBoot Client side request response synchronization
premise Pre article: Implementing a lightweight RPC framework based on Netty and SpringBoot protocol Implementing a lightweight RPC framework Server ...
The third day of micro HR: SpringBoot integrates Freemarker
Let's talk about how SpringBoot integrates Freemarker: You need to check web and Freemarker when creating a springboot project After the project...
Custom parsing of spring boot front and back separate Instant timestamps
In the spring boot project, the front end and the back end specify the transfer time using timestamp (precision ms) @Data public class Incident { @Api...
springboot: shiro injecting dubbo service null pointer
Problem description When the springboot+dubbo+shiro microservice is set up recently, in the custom shiro's realm component: @Component public cla...
Write custom parameter validation
This article has been published for more than two months since I left my previous company two months ago (the reason may be at the end of the year, th...
SpringBoot configures HTTPS and implements automatic HTTPS access to HTTPS
nginx is recommended for configuring https No further replies will be given to any questions raised in this article. Here's why I wrote this art...
How does SpringBoot start?
This article is about the spring boot startup process sorted out by looking at the spring boot source code. The overall direction is to start with sim...