From 7201205af85508421037119ba66b3a6a48de61ec Mon Sep 17 00:00:00 2001 From: guang <guang@guang.com> Date: 星期六, 06 五月 2023 11:58:57 +0800 Subject: [PATCH] 分布及druid --- pom.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 17c4e88..5b9504d 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,18 @@ <!--<scope>provided</scope>--> </dependency> + <!--pageHelper鍒嗛〉--> + <dependency> + <groupId>com.github.pagehelper</groupId> + <artifactId>pagehelper-spring-boot-starter</artifactId> + <version>1.4.1</version> + </dependency> + + <dependency> + <groupId>com.github.pagehelper</groupId> + <artifactId>pagehelper</artifactId> + <version>5.1.11</version> + </dependency> </dependencies> <profiles> @@ -160,7 +172,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> - <mainClass>com.hx.phiappt.PhiPreSysApplication</mainClass> + <mainClass>com.hx.other.service.PhiOtherService</mainClass> <layout>ZIP</layout> <includes> <include> -- Gitblit v1.8.0