
spring
spring
天津赫本
高端大气上档次!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Thymeleaf模板未生效原因
HTML代码,th:href=引用了静态目录static下的文件,确一直没有效果显示:<!DOCTYPE html><html lang="zh-CN" xmlns:th="http://www.thymeleaf.org"><head> <meta charset="UTF-8"></meta> <meta http-equiv="X-UA-Compatible" content="IE=edge">原创 2020-11-17 09:43:05 · 3126 阅读 · 0 评论 -
Springboot部署web项目-Idea
Linux执行代码示意图:一、pom配置重点:①不是部署tomcat,也要打war包;②springboot内嵌的tomcat和jsp支持要配置;③webapp的打包路径一定要配置;<packaging>war</packaging> <parent> <groupId>org.springfr...原创 2020-01-10 11:48:27 · 187 阅读 · 0 评论