Sringboot-3-web(未完)

静态资源

源码

Sringboot-3-web(未完)
Sringboot-3-web(未完)

静态资源的处理方式

webjars  localhost:8080/webjars/
public,static,/**,resources  localhost:8080/

优先级

resources>static(默认)>public

首页相关

源码

Sringboot-3-web(未完)

将index.html放在静态资源路径下

Sringboot-3-web(未完)
Sringboot-3-web(未完)

模板引擎thymeleaf

导包

  <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf-spring5</artifactId>
  </dependency>
  <dependency>
      <groupId>org.thymeleaf.extras</groupId>
      <artifactId>thymeleaf-extras-java8time</artifactId>
  </dependency>

编写html,放在templates包下

Sringboot-3-web(未完)

编写controller调用Sringboot-3-web(未完)

调用成功

Sringboot-3-web(未完)

上一篇:【免费程序】精仿B站源码/Bilibili视频网站源码+自动采集360视频


下一篇:.Net Core下DllImport使用方法及扩展