当前位置:   article > 正文

springboot项目如何访问项目中的html页面

springboot项目如何访问项目中的html页面

                      运随心转,相由心生


需要一个百里香来实现,不不,是thymeleaf来实现。


1、添加依赖包 在pom.xml文件里面

  1. <dependency>
  2. <grounpId>org.springframework.boot</groupId>
  3. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  4. </dependency>

2、配置这个模板

在application.properties里面配置

spring.thymeleaf.prefix=classpath:/templates/

3、在templates文件夹里面新建一个html5文件

  1. <!DOCTYPE html>
  2. <html lang="utf-8">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>springboot+mybatis的增删改查</title>
  6. </head>
  7. <body>
  8. <h1>springboot+mybatis的增删改查</h1>
  9. </bo
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/232838
推荐阅读
相关标签
  

闽ICP备14008679号