添加动态页功能
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user