Application and principle of Dubbo

Here are the Dubbo used in the project and some knowledge about Dubbo you know. Plus assistant v: xiehuangbao1123 Get java learning materials and the latest interview materials What is Dubbo? Dubbo [] is a distributed service framework, which is committed to providing high-performance and transparent RPC remote service invocation scheme ...

Added by joix on Fri, 28 Jan 2022 23:32:03 +0200

Springboot integrates JdbcTemplate to realize paging query

Springboot integrates JdbcTemplate to realize paging query 1, Foreword When doing the SpringBoot back-end project, I want to adopt the back-end paging mode. The back-end paging is to process the data at the back-end first and then send it to the front-end. The front-end only needs to access the corresponding page and get the data of the c ...

Added by unerd.co.uk on Fri, 28 Jan 2022 18:37:43 +0200

Make a QQ robot with JAVA, help me remind the goddess to drink water on time and chat with her ~ (with source code)

Wechat robot will have the chance to be granted a title and will not open the tutorial for the time being1. ForewordThe average daily water consumption of normal people is 2000-2500 ml, and the oxidation of substances in the body can produce 300 ml of water. Therefore, 2200 ml of water should be added every day, including the water content in t ...

Added by CK9 on Fri, 28 Jan 2022 17:54:49 +0200

Simple and easy to learn SA token fast building -- authority authentication "I"

Environment construction SA token official website document Redis installation is very simple. There are instances written into the configuration file, and the token is saved in redis AOP relies on annotation implementation, the last one Implementation: annotation authentication can be used in specific methods, not just on the controll ...

Added by sholtzrevtek on Fri, 28 Jan 2022 12:28:40 +0200

@ ConfigurationProperties guide in Spring Boot

1, Introduction Spring Boot has many useful features, including externalized configuration and easy access to properties defined in the properties file. Earlier course Various ways to do this are described. We will now explore the * @ ConfigurationProperties * annotation in more detail. 2. Setting This tutorial uses fairly standard settings ...

Added by tsilenzio on Fri, 28 Jan 2022 07:37:08 +0200

Maven has a variety of fancy builds, and can print executable Jar packages without SpringBoot

    The packaged plug-in of Spring Boot is very cool to use. It can directly type the source code and all dependencies into a Jar package, and it can also run directly in Java Jar. What if a non Spring Boot project wants to make an executable Jar package? ​ Don't panic, Maven is an old building tool. It's not easy to get this done! ​ Here a ...

Added by crunchyfroggie on Fri, 28 Jan 2022 04:42:37 +0200

Analysis of the startup principle of spring boot

spring boot quick start An attractive feature of spring boot is that it can directly package the application into a jar/war, and then the jar/war can be started directly without configuring another Web Server. Two questions about spring boot When you first contact spring boot, you usually have these questions How does spring boot start? How ...

Added by shrive22 on Fri, 28 Jan 2022 03:08:30 +0200

[SpringBoot] basic syntax and introduction of Thymeleaf

brief introduction Thymeleaf is a modern server-side Java template engine suitable for Web and stand-alone environments. Thymeleaf's main goal is to bring elegant natural templates to your development workflow - HTML can be displayed correctly in the browser or used as a static prototype, so as to achieve stronger collaboration among the deve ...

Added by askbapi on Thu, 27 Jan 2022 23:25:26 +0200

springboot configures SSL and HTTP to HTTPS

1 configure SSL 1.1 introduction to SSL SSL configuration is a scenario we often see in practical applications SSL(Secure Sockets Layer) is a security protocol that provides security and data integrity for forgotten communication. SSL encrypts the network connection in the network transmission layer. SSL protocol is located between TCP/IP ...

Added by BenMo on Thu, 27 Jan 2022 20:43:53 +0200

SpringBoot learning notes [part03] @ Import advanced usage

SpringBoot learning notes Part03 1. Review of @ import basic usage @The basic usage of Import annotation is to add the bytecode of the component to be imported into the container in the annotation attribute, and the component will be automatically registered in the container. In short, it is to quickly register components in the container. R ...

Added by gawrrell on Thu, 27 Jan 2022 15:52:16 +0200