kenx kenx
2年前
个人博客开发之技术选型规划
项目技术1.SpringBoot2.4.7技术栈2.MybatisPlus3.4.xORM框架3.Mysql8.0数据库4.IDEA2021开发工具5.Macpro电脑6.Redis缓存7.Thymeleaf模版引擎项目架构1.打算用现在最流行的架构模式,前后端分离,采用RESTfulAPI规范风格jsonapi
Easter79 Easter79
2年前
thymeleaf + jQuery + vue的开发方案
公司的后台管理项目用的是thymeleaflayuijQuery,因为突然来个复杂的需求,如果用jQuery写无疑是非常蛋疼的,所以就寻思着能不能引入vue.大致开发流程和这个demo类似.Root!(https://oscimg.oschina.net/oscnet/2ff01cf513b7f5a6fea3d628
Stella981 Stella981
2年前
Js和Thymeleaf如何获取model中的值
简述在大多数的项目架构中,使用SPringBoot发布微服务,前端采用Thymeleaf作为Html模版,使用Jquery作为动态脚本,那么Thymeleaf和Jquery是如何获取Model中的数据呢?Jquery获取Model中的数据方法1:将model中的值赋给hidden,然后Js获取隐藏域的值。
Easter79 Easter79
2年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981 Stella981
2年前
Spring Data + Thymeleaf 3 + Bootstrap 4 实现分页器
原文同步至https://waylau.com/springdatathymeleafbootstrappaginator(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwaylau.com%2Fspringdatathymeleafbootstrappaginator
Stella981 Stella981
2年前
Spring Boot 2 + Thymeleaf:表单字段绑定、表单提交处理
SpringBoot中Thymeleaf对表单处理的一些用法:(1)使用th:field属性:进行表单字段绑定(2)使用ids对象:一般用于lable配合radio或checkbox使用(3)表单提交处理开发环境:IntelliJIDEA2019.2.2SpringBoot版本:2.1.8新建一个名称为demo的Spr
Stella981 Stella981
2年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Easter79 Easter79
2年前
SpringBoot入门07
Thymeleaf中显示ajax请求所需依赖<!所需依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterthymeleaf</ar
Easter79 Easter79
2年前
thymeleaf在工作中常用的属性及表达式使用详解(三)
1.1 thymeleaf的基础知识介绍    1.1.1 标准表达式介绍它们分为四类:1.变量表达式2\.选择表达式(星号表达式)3\.消息表达式(井号表达式,资源表达式)通常做国际化4.URL表达式    
Stella981 Stella981
2年前
SpringBoot 使用Thymeleaf解决静态页面跳转问题
参考:springboot配置跳转html页面(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fhzmhy123456%2Farticle%2Fdetails%2F69525280)1,首先在pom文件中引入模板引擎jar包<depende