SpringBoot+Mybatis+Thymeleaf-Build Blog site_2
Main Contents: This chapter records the learning process of Thymeleaf template engine technology, basic concepts, attributes, and expression grammar combined with actual code page functionality development.
1. Know the Thymeleaf Template Engine.
2. Springboot integrates Thymeleaf.
3. Thymeleaf template syntax and past and present generations ...
Posted by MarK (CZ) on Mon, 27 Jan 2020 09:05:05 -0800
Java docking WeChat public number template message push
There are a lot of content, please be patient!
Recently, the company had this business demand, and I happened to complete it:
First, you want to connect, first you need a public number, and then you develop the document. https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html
But please pay attention to this
ok, let's c ...
Posted by Yola on Thu, 23 Jan 2020 03:00:42 -0800
Spring cloud Alibaba 4. Using Nacos as the distributed configuration center
1, Description of Nacos distributed configuration center
1. What are the mainstream configuration centers?
1. Spring cloud config. It comes with spring cloud. It is not friendly. There is no background management. You can directly use git/svn to manage files
2. Apollo: too heavy, difficult to deploy ...
Posted by mrodrigues on Sat, 18 Jan 2020 05:31:38 -0800
Document deletion for the SpringBoot series tutorial Solr
Document deletion for Solr, 200114-SpringBoot series tutorial
The previous Search tutorial did not continue at the beginning, and now it is picked up again, at least to complete the basic operation posture of CURD; this article focuses on how to delete data
<!-- more -->
I. Configuration
Before introducing demo, you need to install sol ...
Posted by rougue on Wed, 15 Jan 2020 18:09:21 -0800
Memory-based authentication for SpringBoot integration with SpringSecurity
Memory-based authentication for SpringBoot integration with SpringSecurity (1)
In the first tutorial, we simply learned how to use SpringSecurity, added dependencies, and added a few lines of configuration to the application.yml file to achieve a basic login authentication.
The default configuration ...
Posted by FeeBle on Tue, 14 Jan 2020 17:41:47 -0800
Brief Analysis of RabbitMQ Principle of Spring Boot2.X Integrated Message Middleware
Catalog
1. A brief overview of the important role of RabbitMQ
2. A brief overview of important RabbitMQ concepts
3. Spring Boot Integration RabbitMQ
Preface
RabbitMQ is a message queue that is used to asynchronize and decouple applications, as well as to buffer and distribute messages.The most impor ...
Posted by Gorillas on Thu, 09 Jan 2020 18:45:40 -0800
SpringBoot is quick to start -- four: SpringBoot integrates Redis +SpringCache
Spring boot integrates redis + spring cache for caching
github source code: https://github.com/xivinChen/SpringBoot
1, Cache user
1. First, create the springboot redis cache module and copy the contents of the springboot restful API.
2. Modify the three-tier architecture, that is, add the service tier
Add the service.UserService interface, ...
Posted by wha??? on Thu, 09 Jan 2020 06:38:02 -0800
SpringBoot and Mybatis configure multiple data sources to connect to multiple databases
SpringBoot and Mybatis configure multiple data sources to connect to multiple databases
Currently Mybatis is the framework for the industry to operate databases, but in many business scenarios, we need to configure multiple data sources in one project to implement business logic.You can also implement multiple data sources in SpringBoot and wr ...
Posted by hanhao on Tue, 07 Jan 2020 19:33:43 -0800
SpringBoot Connect Multiple RabbitMQ Sources
In practical development, many scenarios require asynchronous processing, where RabbitMQ is required, and as the number of scenarios increases, programs may need to connect multiple RabbitMQs.SpringBoot itself provides a default configuration to quickly configure the connection to RabbitMQ, but only one RabbitMQ can be connected. When multiple ...
Posted by epp_b on Tue, 07 Jan 2020 00:29:49 -0800
Applet subscription message push (including source code) java implements applet push, springboot implements wechat message push
Previously, I wrote an article about cloud development and implementation of applet subscription message (template message) push, Push function of applet subscription message and template message with cloud development There are many students who use java to write in the background, so today I will write an article about how to implement appl ...
Posted by webpals on Sun, 05 Jan 2020 19:24:34 -0800