Integrated Shiro framework for SpringBoot basic learning (Part 2)

preface: Hello, guys, I'm running snail rz. Of course, you can call me snail Jun. I'm a rookie who has studied Java for more than half a year. At the same time, I also have a great dream, that is, to become an excellent Java Architect one day. This SpringBoot basic learning series is used to record the whole process of learning the ...

Posted by wrapper on Mon, 25 Oct 2021 07:56:13 -0700

SpringBoot take off - integrate spring security (Mybatis, JDBC, memory)

Interested friends can go to understand the first five articles, your praise is my greatest support, thank you! (1) SpringBoot take off - HelloWorld (2) The way to take off of SpringBoot: an analysis of the entry principle (3) SpringBoot take off road - YAML configuration summary (must know before gett ...

Posted by tsinka on Sat, 27 Jun 2020 21:54:52 -0700

Work summary of static module of thmeleaf page of B2C e-commerce project

1, Thymeleaf 1.1 introduction to Thymeleaf Thymeleaf is an XML/XHTML/HTML5 template engine, which can be used for application development in Web and non Web environments. It is an open source Java library, based on the Apache License 2.0 license, created by Daniel Fern á ndez. The author is a ...

Posted by jane on Fri, 19 Jun 2020 04:29:57 -0700

Spring boot basic combat series integration view

SpringBoot integrates freemarker 1. Add dependency: springboot is basically seamless. Basically, you only need to add the corresponding dependency, without or with a small amount of configuration Note: the creation of springboot project is not described here <dependency> <groupId>org.springframework.boot</groupId> & ...

Posted by dpearcepng on Thu, 14 May 2020 07:31:52 -0700

Spring Boot email and attachments, super practical!

Author: yizhiwazi www.jianshu.com/p/5eb000544dd7 Spring Boot integrated e-mail service is so simple that it can quickly grasp the core logic of e-mail business class and the daily service of enterprise e-mail. What is SMTP? The full name of SMTP is Simple Mail Transfer Protocol, which is a set of specifications used to transfer mail from the ...

Posted by ThinkGeekness on Tue, 21 Apr 2020 02:58:08 -0700

Spring Boot 2.X practice -- Spring Security login and registration

>Author: Xiao Xian > >Source code warehouse: https://github.com/zhshuixian/learn-spring-boot-2 For the Web system, it is necessary to control the access rights of pages and API interfaces. For example, it is necessary to block the access rights of non system users and control the access rights of different pages or interfaces. In Java ...

Posted by DonnieDarko on Sat, 11 Apr 2020 19:38:44 -0700

Spring Boot tutorial (XXVII) receiving uploaded multi file files

Construction project For example, to create a spring MVC project, you need the start dependency of spring boot starter thymeleaf and spring boot starter web. For example, if you can upload files to the server, you need to add tags to the web.xml to do the relevant configuration, but in the sringboot project, it has been done for you automatica ...

Posted by renob on Sun, 05 Apr 2020 04:41:32 -0700

Integration of spring boot 2. X development case Quartz task management system

CRUD task management system based on spring boot 2. X + quartz is suitable for small and medium-sized projects. CRUD task management system based on spring boot + quartz: https://gitee.com/52itstyle/spring-boot-quartz development environment JDK1.8,Maven,Eclipse Technology stack SpringBoot2.0.1,thymeleaf3.0.9,quartz2.3.0,iview,vue,layer,AdminL ...

Posted by deception54 on Fri, 03 Apr 2020 04:17:34 -0700

Authority verification based on Spring Boot

Preface: There is a part of background management system, which needs to divide the roles of users, and then restrict the access content according to the corresponding permissions of roles; or some portal sites, only special personnel can see the corresponding page information. These all need permission control.   Technical points: Spring ...

Posted by Louis-Platt on Wed, 01 Apr 2020 10:38:23 -0700

The construction of simple mail server

Business background Send an entry welcome email to an employee when they are added Preparation Take QQ email as an example Log in QQ email and select settings and accounts Find the POP3/SMTP service in the account settings Click the "open" button, send SMS according to the guidance step ...

Posted by meow on Thu, 12 Mar 2020 05:16:01 -0700