spring boot 对于thymeleaf配置html
程序员文章站
2022-04-23 15:44:50
...
需要加入:
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
然后就可以使用
<input type="hidden" th:value="${error}" id="error"/>
在thymeleaf中怎么使用js获取到,后端传过来的值
<script th:inline="javascript" >
var eqp = [[${eqp}]]
</script>
a标签中使用
<a th:href="@{|appSingle?flag=${app['appId']}|}"></a>
上一篇: Springboot JPA注解@Enumerated
下一篇: linux安装nginx
推荐阅读
-
spring boot启动时加载外部配置文件的方法
-
Spring boot工具类静态属性注入及多环境配置详解
-
Spring Boot 2 + Thymeleaf:表单字段绑定、表单提交处理
-
Spring Boot 配置元数据指南
-
spring boot加载资源路径配置和classpath问题解决
-
详解Spring Boot配置使用Logback进行日志记录的实战
-
spring boot静态变量注入配置文件详解
-
Spring Boot 配置文件详解(小结)
-
Jenkins + Docker + dockerfile-maven-plugin + Harbor CI/CD spring-boot项目的最轻量级配置
-
Spring-Boot使用嵌入式容器,那怎么配置自定义Filter呢