From 4470a015fa7e92ad0a38681f18c2e5058a0f86bd Mon Sep 17 00:00:00 2001 From: zm <1334717033@qq.com> Date: Tue, 6 Feb 2024 16:59:35 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B42=E6=9C=886=E6=97=A515:57:24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ src/main/resources/application.yml | 3 +++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index a679df9..24ad9e0 100644 --- a/pom.xml +++ b/pom.xml @@ -227,6 +227,20 @@ javax.xml.bind 10.0-b28 + + org.springframework.boot + spring-boot-autoconfigure + + + javax.persistence + persistence-api + 1.0.2 + + + redis.clients + jedis + 3.0.1 + diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1159f1c..40c6123 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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