SpringBoot Annotation Profiles are automatically mapped to properties and entity classes (solving hard-coding problems)
SpringBoot Annotation Profiles are automatically mapped to properties and entity classes (solving hard-coding problems)
Configuration File Automatic Mapping Solves Problems
Configuration files are automatically mapped to attributes
Configuration f ...
Posted by mr_zog on Fri, 23 Aug 2019 00:50:18 -0700
kafka introductory learning @ the use of KafkaListener
1. @KafkaListener message listening
springboot Kafka uses the @KafkaListener annotation to listen for consumer messages. Message listening can be divided into two types: single data consumption and batch consumption. The difference is the number of ...
Posted by justin.nethers on Thu, 22 Aug 2019 02:03:31 -0700
A simple introduction to Spring Security
With the development of programs, security is also becoming more and more important. When there was no spring security framework before, we want to achieve rights page interceptor or filter, which is particularly troublesome. After using Spring Secur ...
Posted by dazz_club on Tue, 20 Aug 2019 18:49:50 -0700
Framework by springboot to simplify 80% of code
Catalog
Project introduction
Environment Setup
development tool
development environment
Tool Installation
system architecture
Start Project
Open Source Location
springboot does many default encapsulations based on spring and mvc.The benefits of doing so greatly fac ...
Posted by hrosas on Sun, 18 Aug 2019 19:56:50 -0700
Algorithm | traversing binary search tree
Another contribution from my good friend Evil Say, the following is the original text:
1. Basic Definitions
Each sub-node of the binary search tree has at most two leaf nodes
Each node of the binary search tree has at most one root node.
Stored elements must be comparable
Value of each sub-node of the binary search tree
Values greater than ...
Posted by Crazy-D on Sun, 18 Aug 2019 07:37:59 -0700
[Spring cloud realizes advertising system step by step] 19. Monitoring Hystrix Dashboard
In the previous 18 articles, we have implemented the advertising system's advertising placement, advertising retrieval business functions, using service discovery Eureka, service invocation Feign, gateway routing Zuul and error fusing Spring Cloud components such as Hystrix.Simple call relationships:
But the system will always report errors. We ...
Posted by Yueee on Thu, 15 Aug 2019 21:37:40 -0700
Several scope s in the tutorial series - springboot
target
Understand HTTP request/response headers and common properties;
Learn how to use SpringBoot to process header information;
Learn how to use SpringBoot to handle cookies;
Learn how to read and write Session s;
Learn how to pass flash ...
Posted by Dr Evil on Thu, 15 Aug 2019 19:45:45 -0700
SpringBoot uses CXF to integrate Web Services
1. Write in front
Web Service is familiar and unfamiliar to me. I haven't seen him for nearly six or seven years. I don't have much specific introduction. What I want to know about Baidu Encyclopedia is very detailed.
The reason why we suddenly studied Web Service is that we received a requirement to make an adaptation layer for XX project. The ...
Posted by rahnel on Wed, 14 Aug 2019 06:30:35 -0700
Handwritten Spring IOC and Spring MVC Framework
Spring MVC is equivalent to spring+servlet
springBoot tends to be more annotated
We can learn from reading spring MVC source code:
Design patterns:
Singleton pattern
Factory model
Adapter mode
1. Spring IOC container (bean s), control inversion, dependency injection, the underlying equivalent ...
Posted by 25lez25 on Sat, 10 Aug 2019 03:39:03 -0700
web Development of Microservice Architecture Day05-SpringBoot
web Development of SpringBoot
Introducing projects
Internationalization of login pages
Sign in
Interceptor
RESTful
thymeleaf Extraction of Elements from Public Pages
List CRUD
Error handling mechanism
Introducing projects
Put the html page under the template engine folder templates, so that you ...
Posted by litebearer on Tue, 06 Aug 2019 04:15:00 -0700