Springboot global exception handling

Springboot global exception handling 1, The default exception handling mechanism of Spring Boot By default, springboot provides two corresponding methods: โ‘  the browser request header is Accept: text/html, and springboot will default to an html document content, which is "Whitelabel Error Page"; โ‘ก The Json format string information ...

Added by vikramjeet.singla on Sat, 05 Mar 2022 05:56:35 +0200

Realize technology integration with SpringBoot and experience the simplified development of SpringBoot

๐Ÿ‘ About the author: Hello, I'm cabbage ~ ~, a sophomore in school, and a new star creator in the Java field.๐Ÿ“ Personal homepage: Cabbage CSDN blog๐Ÿ“• Series column: This article is written in the SpringBoot column: Explanation of SpringBoot knowledge points๐Ÿ“ง If there are mistakes in the knowledge points of the article, please correct them! Le ...

Added by Chupa85 on Sat, 05 Mar 2022 01:29:21 +0200

12, Using listeners in Spring Boot

Preface: without any fancy preface, it is a basic and practical thing. 1. Introduction to listener What is a web listener? Web listener is a special class in Servlet, which can help developers monitor specific events in the web, such as the creation and destruction of ServletContext, httpsession and ServletRequest; Creation, destruction an ...

Added by azul85 on Fri, 04 Mar 2022 22:13:33 +0200

[SpringBoot 2] configuration files related to web development

Write in front๐Ÿ›ซ For more information, see SpringBoot 2 column ๐Ÿš• This article summarizes the video of Raytheon in Silicon Valley ๐Ÿš’ Bloggers are still learning this knowledge ๐Ÿš„ If you find any problems, please point them out ๐Ÿš€๐Ÿš€Zhawatai zaogao's blog home page๐Ÿš€๐Ÿš€ 1 configuration file โ€ƒโ€ƒ as mentioned before, configuration f ...

Added by delorian on Fri, 04 Mar 2022 14:34:08 +0200

Using Camunda process engine, about the use of Inclusive Gateway

When using the open source camunda process engine for secondary development, the gateway must be contacted. Camunda's Modeler tool provides four types of gateways: Exclusive Gateway, Parallel Gateway, Inclusive Gateway and event based gateway. Each gateway has its own unique functions. This article will first introduce Parallel Gateway. Incl ...

Added by toms100 on Fri, 04 Mar 2022 08:38:16 +0200

Spring Boot+Vue front and back end separation project cross domain pit I walked through

Spring Boot+Vue front and rear end separation project: the pit I walked through 1, Cross domain problem Homology policy is a kind of agreement. It is the core and basic security function of the browser. It refers to the security problems that may occur when accessing different homology policies. 2, What is cross domain When any of the proto ...

Added by kreoton on Fri, 04 Mar 2022 07:44:41 +0200

Java expression evaluation engine Aviator

Environment: Java8 + aviator5 two point five Introduction to Aviator Aviator is a high-performance and lightweight expression evaluation engine implemented in java language, which is mainly used for dynamic evaluation of various expressions. Now there are many open source java expression evaluation engines available. Why do you need avatar? ...

Added by samvelyano on Fri, 04 Mar 2022 07:11:02 +0200

Spring cloud - load balancing Ribbon(Greenwich version)

Catalogue โ€‹ 1. Load balancing 2. Introduction to Ribbon 3. IRULE 7 default algorithm 4. Project practice 4.1 preparations 4.2. Create a Ribbon service 1. Load balancing Load balancing simply means that users' requests are evenly distributed to multiple services, so as to achieve high availability (HA) of the system. Common load balanci ...

Added by bettyatolive on Fri, 04 Mar 2022 06:42:59 +0200

springboot+shiro+jwt+redis+cache to achieve stateless token login (perfect article!!)

Reprinted from: https://blog.csdn.net/stilll123456/article/details/88370355 The original blogger has been reorganized into the following personal blog: SpringBoot integration shiro+jwt+redis - stateless token login (I) overviewSpringBoot integration shiro+jwt+redis - stateless token login (II) authorizationSpringBoot integration shiro+jwt+red ...

Added by ReeceSayer on Fri, 04 Mar 2022 05:22:13 +0200

Getting started with Spring Data JPA

Overview of Spring Data JPA Overview of ORM Object Relational Mapping (ORM, or O/RM, or O/R mapping) is a program technology used to realize the conversion between data of different types of systems in object-oriented programming language. In effect, it actually creates a "virtual object database" that can be used in the programm ...

Added by SuprSpy79 on Fri, 04 Mar 2022 02:26:28 +0200