springboot learning 4.1 -- thmeleaf syntax 1

Learn spring cloud from station b, and now make a summary. This summary removes the small errors in the video, and reminds some mistakes b station link: https://www.bilibili.com/video/av55993157 Material link:https://pan.baidu.com/s/1o0Aju3IydKA15Vo1pP4z5w Extraction code: 21ru Previous link Next link: ...

Posted by lenerd3000 on Tue, 10 Mar 2020 03:14:39 -0700

Spring boot upload picture

Talking about I always think it's very complicated to upload pictures. In addition to local upload, there are also local area network uploads and public network uploads. I can't understand them and don't want to learn them, because I always think that local upload is useless. Until today, I can see thro ...

Posted by themire on Mon, 02 Mar 2020 00:04:29 -0800

Black horse shopping mall -- 11. Order, inventory, wechat code scanning payment

Learning objectives Configuration of login page Login successful jump implementation Implementation of settlement page query Order implementation Change stock Add points Introduction to payment process Introduction to wechat code scanning payment 1 login page configuration The previous use ...

Posted by netdog on Wed, 19 Feb 2020 23:02:45 -0800

Simple application of thmeleaf in springboot

Simple application of thmeleaf in springboot The priority of static directory and the type of storage resources Shortcut key of query class: ctrl+shift+r Search ResourceProperties private static final String[] CLASSPATH_RESOURCE_LOCATIONS = new String[]{ "classpath:/META-INF/resources/", "c ...

Posted by elhelaly1999 on Thu, 13 Feb 2020 22:41:24 -0800

spring boot+layui paging practice

The project uses layui to make a simple book search page and share it. Like friends give a little like!!!   Realization effect   Development steps 1. Front page and JS <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head> ...

Posted by woobarb on Fri, 07 Feb 2020 07:02:38 -0800

Spring Boot: web application development and CRUD implementation

1, Developing web applications Spring Boot Web development is very simple, including common json output, filters, property, log, etc 2, json interface development In the past, when using spring to develop projects, what needs to be done when you need to provide json interfaces? 1. Add related jar packages such as jackjson 2. Configure spri ...

Posted by Mikedean on Tue, 04 Feb 2020 23:11:06 -0800

Use Spring Security for security control in Spring Boot learning

Security configurations are often used in development, and users who do not have access need to go to the login form page.There are many ways to achieve access control, including through Aop, interceptors, and frameworks (such as Apache Shiro, Spring Security). We describe how Spring Security is used fo ...

Posted by Nickosssss on Mon, 03 Feb 2020 18:07:37 -0800

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

Spring boot upload and echo pictures

I met this problem last time when I was working on a personal blog project. Now let's write down the solution steps IDE: IDEA Language: java Framework: spring boot Template engine: thymeleaf 1, See the effect1. Picture submission2. Picture display2, Design process 1.pom.xml <dependency> <g ...

Posted by mailjol on Sat, 18 Jan 2020 05:19:44 -0800

SpringBoot - web Development

4, Web development 1, introduction Use SpringBoot; 1) . create a spring boot application and select the modules we need; 2) Spring boot has configured these scenarios by default. You only need to specify a few configurations in the configuration file to run them 3) . write your own business code; Pr ...

Posted by googlit on Fri, 17 Jan 2020 21:21:44 -0800