添加动态页功能

This commit is contained in:
2025-06-05 15:39:57 +08:00
parent c45e65433b
commit 377913b5d4
26 changed files with 1333 additions and 4 deletions

View File

@ -27,6 +27,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/cn.dev33/sa-token-spring-boot3-starter -->
<dependency>
@ -111,7 +115,7 @@
<dependency>
<groupId>ltd.llvy</groupId>
<artifactId>handler</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
{% elif cookiecutter.platform == "mysql" -%}
<dependency>