springboot integrates multithreading functions

Reference articleshttps://segmentfault.com/a/1190000015766938https://blog.csdn.net/qq_34545192/article/details/80484780 Usually we write multi-threads by using new Thread() or creating thread pools, but in Ali's java development specification, we require not to create new threads directly, but through ...

Posted by rubric on Sat, 05 Oct 2019 22:37:52 +0200

SpringBoot 2.1.7 Startup Process Source Analysis - Overview

brief introduction SpringBoot is widely used in today's development process. It simplifies the configuration of our development and makes it easy for us to complete a large number of complex development tasks. But most people just know it, but don't know why, so this article through the start-up proce ...

Posted by jeremyphphaven on Mon, 23 Sep 2019 06:23:04 +0200

Spring Boot: Quick Start

Spring Boot (1): Quick Start This series of articles is designed to help beginners quickly master the components of Spring Boot using the minimal dependency and simplest configuration to get started.The sample code used in all articles synchronizes the Github and Gitee repositories. 1. What is Spring Boot? Spring Boot is a new framework provid ...

Posted by marconi8 on Tue, 17 Sep 2019 03:06:21 +0200

Spring Boot's spring.factories

1. Let's start with a question: What if the path of the Bean managed by the Spring container is no longer under Spring Book's packet scanning path? How do I load third-party beans? There are two ways to solve this problem:Here we use Swagger configuration to do the experiment.1: First of all, a Swagger configuration class: SwaggerConfig Swagge ...

Posted by gwh on Thu, 12 Sep 2019 14:12:16 +0200

Message Middleware - RabbitMQ advanced features are all here!

Preface Previous Message Middleware - RabbitMQ (7) Advanced features are all here! (top) We describe how messages can be delivered 100% successfully., idempotency concept in detail, how to avoid the problem of repeated consumption of messages during the peak business period of mass order generation?Confirm confirmation message, Return return ...

Posted by char skd1 on Mon, 09 Sep 2019 05:27:25 +0200

How containers in Tomcat handle requests

Preface Previous Article How connectors are designed in Tomcat Describes the design of connectors in Tomcat. We know that connectors are responsible for listening to network ports, getting connection requests, then converting Servlet-compliant requests to containers for processing. This article will follow the ideas of the previous article to ...

Posted by sonny on Mon, 09 Sep 2019 04:48:27 +0200

Carding several key basic knowledge points of srping boot

Background: Before spring boot, the use of ssh or ssm framework development, need a lot of configuration files, development efficiency is low, deployment and maintenance is more troublesome, at this time to solve these problems spring boot came into being. Official Web Profile: Spring Boot makes it easy to create stand-alone, production-grade S ...

Posted by beachcomber on Sun, 08 Sep 2019 18:03:17 +0200

SpringBoot for add-delete check -- Restful style

Preface Last year, I learned a little about Spring Boot from a variety of sources, how easy and fast it is to develop web projects.But at that time, I didn't study hard, after all, I didn't feel very skilled in Struts and Spring MVC.But after reading a lot about Spring Boot, it was not as difficult as I thought, so I started preparing to learn ...

Posted by cgm225 on Sat, 07 Sep 2019 05:04:18 +0200

mall Integrates OSS for File Upload

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract This paper mainly explains the process of file upload by mall integrated OSS, which is a direct front-end method after service-side signature. OSS Ali Cloud Object Storage Service (OSS) is a mass, safe, low cost, high reliable cloud storage servi ...

Posted by phpBeginner06 on Fri, 06 Sep 2019 04:25:39 +0200

Super Simple Springboot+swagger 2 Realizes Online Interface Debugging

Preface: As a standard background development lion, is it necessary to prepare interface documents for front-end interaction when it provides interface to it? Is it necessary to pass the self-test before interacting with him? Is it necessary to write interface calls (such as postman) before self-testing? As a responsible and upward-looking eng ...

Posted by stephenlk on Sat, 31 Aug 2019 17:24:31 +0200