2024年2月6日15:57:24

master
zm 2024-02-06 16:59:35 +08:00
parent 358aa05823
commit 4470a015fa
2 changed files with 17 additions and 0 deletions

14
pom.xml
View File

@ -227,6 +227,20 @@
<artifactId>javax.xml.bind</artifactId>
<version>10.0-b28</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
<build>

View File

@ -33,6 +33,9 @@ spring:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
redis:
host: 127.0.0.1
port: 6379
pagehelper:
row-bounds-with-count: true
offset-as-page-num: true