Spring Batch Batch Practice for Spring Boot
Practice content
Read 100,000 records from a ...
@RequestParam annotation parsing
There are two main ways to get parameters in the spring MVC background control layer: one is request.getParameter("...
If you want to make a million yuan a year, can Alibaba Sentinel support RESTful interfaces?
Recently, I was preparing to use Alibaba Sentinel, and found that the RESTful interface does not support very well. Some...
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...
mica 2.0.1 release and add the best ip2region boot station
mica (mica)
mica evolved from the lutool with...
Principles of ConditionalOnClass annotations in SpringBoot
The auto-configuration classes in SpringBoot have many ConditionalOnClass annotations, and @ConditionalOnClass matches w...
How do two threads execute alternately, one even and one odd?
Author: Mona Rudow cnblogs.com/stateis0/p/9091254.html It is interesting for the landlord to see this topic on the fac...
Spring Security has its own firewall!You don't know how secure your system is!
Previously, a small partner said that it would be better to write a Filter intercept request for Spring Security, which ...
Nacos+Spring Cloud Gateway Dynamic Routing Configuration
Preface
Nacos has recently been working on p...
SpringMVC Source Learning: Container Initialization + MVC Initialization + Request Distribution Processing + Parameter Resolution + Return Value Resolution + View Resolution
SpringMVC Source Learning: Container Initialization + MVC Initialization + Request Distribution Processing + Parameter R...
Java fun sharing: try & finally
Consider the following four test methods, and what do they output? public class Test { public static void main(String\[\...
Don't understand asynchronous requests and calls in spring boot? Just read this one
1, The use of asynchronous requests in Spring Boot
...
How can I get through SpringCloud and HSF calls?
background
In 2019 we experienced a whole yea...
Use JavaScript to complete all or none of the check boxes
Select all or none of the check boxes
...
Java build tools Maven and Gradle
What is a build tool?
A build tool is a program that aut...
Source code analysis of start and stop of Spring Boot Dubbo application
Author: Zhang Huxing source: Dubbo official blog
...
Implementation of simple task scheduling in spring
1 Introduction
The two kinds of task scheduli...
Spring boot + neo4j ☞ create a multi-point network
Based on the simple practice of the first two articles, we will continue to talk about the application of Neo4j, simulat...
Getting started with spring -- three ways to create bean s
[*] static engineering method to create bean s
[*] instan...
Talk about Eureka ServerInitializerConfiguration for spring cloud
order
This article mainly studies Eureka Serv...
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...
Learning notes of Spring framework -- API interface design related knowledge and specific coding implementation
Recently, we need to design an API server. If we want to standardize the API interface, we have collected some informati...
Request Zuul gateway error
I started the eureka, config, zuul, a microservice, and used postman to test whether the gateway worked.
...
SSM Integration (spring+springMVC+mybatis)
SSM Integration What is SSM That is, technology that integrates the three frameworks of Spring, Spring MVC and Mybati...
[enjoy learning Feign] II. Annotation introduction of original Feign and detailed explanation of core API
A man without foresight must have immediate worries.
- &...
Java spring cloud b2b2b2c o2o multi user shopping mall springcloud Architecture - refresh configuration with spring cloud Bus
We use the spring cloud distributed micro service Cloud Architecture to build b2b2c e-commerce system. In addition to th...
Course Spring annotation driven learning note AOP
AOP It refers to the programming method that dynamically cuts a piece of code into the specified location during the pro...
Chapter 3: FactoryBeanRegistrySupport of spring bean (4)
Preface
From the name of the FactoryBeanRegi...
Spring boot unit testing tool Mockito
Mockito is a Java mock framework. It is mainly used for mock testing. It can simulate any Spring managed bean, the retur...