实现程序内静态页面跳转

实现dockerfile文件
This commit is contained in:
xiongfeng
2022-07-06 15:41:29 +08:00
parent 20fd8827af
commit 1c5e244a95
12 changed files with 130 additions and 30 deletions

12
pom.xml
View File

@@ -9,10 +9,10 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.xf</groupId>
<artifactId>spring-boot-base-demo</artifactId>
<artifactId>xf-boot-base</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-base-demo</name>
<description>spring-boot-base-demo</description>
<name>xf-boot-base</name>
<description>xf-boot-base</description>
<properties>
<java.version>1.8</java.version>
<mybatis-plus.version></mybatis-plus.version>
@@ -97,7 +97,11 @@
<version>2.0.8</version>
</dependency>
<!--访问templates文件下的静态资源-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
</dependencies>