spring -- principle and source code of AOP

Previous situation review:   Above We analyzed the whole process of AnnotationAwareAspectJAutoProxyCreator executing the postprocessbeforeinstance() method, which is the core component from container creation to AOP annotation import The analysis shows that before all bean s are created, the resolvebeforeinstance method will be called to try ...

Posted by KingWylim on Sat, 07 Mar 2020 03:43:01 -0800

SpringBoot + thrift + apache.commons.pool2: build a thrift client connection pool on the springboot project

Catalog I. Preface 2, thrift server 3, thrift client connection pool Introducing pom dependency Objects that need to be pooled Object factory Object pool Configuration class of object pool Spring configuration class Four, use Five, summary I. Preface Because of the need of work, when using thr ...

Posted by vickyjackson on Thu, 05 Mar 2020 21:58:27 -0800

Nacos enhances the internationalization of SpringBoot

1, Overview Before reading this article, you should understand the internationalization implementation and principle of SpringBoot. Here is a brief introduction: 1. internationalization Internationalization, also known as i18n (named because the word has 18 English letters from i to n). For some a ...

Posted by throx on Thu, 05 Mar 2020 19:32:04 -0800

Spring boot integrates RabbitMQ: Routing

In this article, we'll implement another function - to subscribe to only a few messages. For example, we only need to write the serious error log information to the log file (stored on disk), but still output all the log information to the console Binding In the previous example, we have created the bin ...

Posted by user___ on Thu, 05 Mar 2020 19:17:15 -0800

springboot learning 2 -- integrating JSP

Learn spring cloud from station b, and now make a summary. This summary removes the small errors in the video, and reminds some mistakes b station link: https://www.bilibili.com/video/av55993157 Material link:https://pan.baidu.com/s/1o0Aju3IydKA15Vo1pP4z5w Extraction code: 21ru Next link: The following ...

Posted by Huntress on Thu, 05 Mar 2020 02:15:28 -0800

Spring boot integrates mybatis plus multi data source Druid monitoring, Atomikos deals with transactions, cross database and linked table query

Spring boot integrates mybatis plus (2) multi data source Druid monitoring, Atomikos deals with transactions, cross database and linked table query In the previous chapter, I used springboot project to integrate mp, mp basic use, code generator use, Druid data monitoring, etc., but only for single dat ...

Posted by joshbb on Thu, 05 Mar 2020 01:36:39 -0800

Springboot web construction yml module annotation of Java framework

SpringBoot Spring Boot is a one-stop framework for integrating all application frameworks, simplifying the development of spring applications. It is a runtime application monitoring framework with more conventions than configurations, less complexity and simplicity, and ready to use out of the box, quasi production environment To quickly build ...

Posted by ngng on Thu, 05 Mar 2020 01:07:52 -0800

Spring MVC (an entry-level case to learn about spring MVC)

Article directory 1. What is spring MVC? 2. Create your first spring MVC project 2.1. Create a maven project first, and add the support of web Framework 2.2. Configure the server 2.3 code subject 2.3.1 import dependency and add resource filter 2.3.2. Configuration of web.xml 2.3.3. Configure the sp ...

Posted by imperialized on Wed, 04 Mar 2020 21:51:02 -0800

Spring Cloud Config program example

Catalog Spring Cloud Config server example Spring Cloud Config client example Spring Cloud Config user authentication Configure information encryption Symmetric encryption Asymmetric encryption Configuration refresh Manual refresh auto refresh Spring Cloud Config client sends update notific ...

Posted by ffdave77 on Wed, 04 Mar 2020 19:39:44 -0800

Talk about skywalking's AbstractPlatformTransactionManagerInstrumentation

order This paper mainly studies the AbstractPlatformTransactionManagerInstrumentation of skywalking AbstractPlatformTransactionManagerInstrumentation skywalking-6.6.0/apm-sniffer/optional-plugins/optional-spring-plugins/spring-tx-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/transaction/define/AbstractPlatformTransactionManagerIn ...

Posted by YodaOfCamarilla on Wed, 04 Mar 2020 06:42:11 -0800