
thymeleaf
Hero_孙
JAVA是最好的语言!
展开
-
Spring Security 使用
基于springboot2.5.4 + thymeleaf实现全线控制和认证项目结构:pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://m...原创 2021-08-31 14:32:57 · 192 阅读 · 0 评论 -
IDEA使用(4 springboot 前端thymeleaf 尝试)
springboot 官方不推荐使用jsp作为页面显示,而是推荐使用thymeleaf 首先导入依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifa...原创 2018-07-12 18:21:03 · 1190 阅读 · 0 评论 -
使用idea, 搭建Gradle+springboot+thymeleaf 项目
使用IDEA 2019gradle的相关配置可以参考创建完成之后,目录结构如下查看 build.gradleplugins { id 'org.springframework.boot' version '2.1.5.RELEASE' id 'java' id 'war'}apply plugin: '...原创 2019-05-30 18:52:48 · 1195 阅读 · 1 评论