Build a Java development environment based on vscode(arm64) configuration (Integrated web Framework Springboot)

The original text is reproduced from "Liu Yue's Technology Blog" https://v3u.cn/a_id_194 Python may have never been heard of before, but no one has ever heard of Java. As an old programming language with a long history, it has been at the top of the TIOBE programming language for many years. ItUTF-8...

Posted by merkinmuffley on Fri, 21 May 2021 03:19:19 +0930

A case study of sharing session in distributed system based on SpringSession

introduction In this section, we mainly use spring session to realize a case of data sharing in distributed application system. In the development of our most common application case is our sso single sign on system, known as a login everywhere access. We know that we can realize data sharing iUTF-8...

Posted by nicky77uk1 on Fri, 21 May 2021 07:10:31 +0930

An article takes you to understand [Spring Boot] automatic scanning component

Use @ componentscan to scan components automatically Case preparation 1. Create a configuration class and add @ ComponentScan annotation on it. By default, the annotation will scan all configuration classes under the package where the class is located, which is equivalent to the previous annotaUTF-8...

Posted by Jasp182 on Sat, 22 May 2021 03:09:31 +0930

Notes and usage scenarios that Spring Boot must understand

1, Annotations list @SpringBootApplication: contains @ComponentScan, @ Configuration and @Enable autoconfiguration annotation. among @ComponentScan lets spring Boot scan to Configuration class and add it to the program context. @Configuration is equivalent to the XML configuration file of sprinUTF-8...

Posted by wzcocoon on Sat, 22 May 2021 04:45:41 +0930

SpringBoot integrates JWT to implement token verification

JWT official website: https://jwt.io/ github address of JWT(Java version) https://github.com/jwtk/jjwt What is JWT Json web token (JWT) is an open standard based on JSON (RFC 7519) which is implemented to transfer statements between network application environments. A concise and self-containedUTF-8...

Posted by lunac on Sun, 23 May 2021 05:39:56 +0930

Shiro getAuthenticationInfo() throws an exception, but global exception handling cannot receive the exception thrown by itself

The solution comes from StackOverflow: Apache Shiro: Exception-Handling with Multiple Realms First of all, let's draw a conclusion: This is due to the use of the default authentication strategy. You only need to implement a custom authentication strategy for your shiro The method to configure tUTF-8...

Posted by FireDrake on Mon, 24 May 2021 02:00:18 +0930

03 springboot core functions of web Development

Foreknowledge Course notes are from Raytheon's SpringBoot2 tutorialReference document address: Reference documentsLearn to view the official documents!!!!!!!!! 01. Overview of spring MVC automatic configuration Reference: 4.7: Developing Web ApplicationsReference: 4.7.1: the spring web MVC fraUTF-8...

Posted by marginalboy on Mon, 24 May 2021 03:34:29 +0930

SpringBoot project build integration

1. How to create a SpringBoot project Method 1: Using IDEA Built in plug-ins to create or use eclipse Of Spring Tool Suite (STS) Plug in creation; Method 2: direct use Maven Create the project in the same way, and then add the dependency manually( Without network) 2. Understanding Springboot prUTF-8...

Posted by deesse on Mon, 24 May 2021 05:05:31 +0930

Vue cross domain access to springboot project under node.js

preface I've been learning to use Vue for nearly half a year, but I'm still just using the older development method of introducing vue.js. Because I'm interested in the separation of front and back ends (front and back end running separately, interface access), I'm going to start learning the UTF-8...

Posted by ctcmedia on Tue, 25 May 2021 02:49:26 +0930

Verification of springboot integration parameters (JR303)

Verification of springboot integration parameters explain: In fact, JR303 verification has existed for a long time, but we didn't use it in our work. In fact, this is the best solution to abandon if else. Otherwise, we need to use a lot of if esle for parameter verification, and the code coupliUTF-8...

Posted by gli on Tue, 25 May 2021 04:34:14 +0930