From 397c6003970432a8009b81916e55754c1874e03d Mon Sep 17 00:00:00 2001 From: guang <guang@guang.com> Date: 星期六, 06 五月 2023 09:49:27 +0800 Subject: [PATCH] 换数据库driver --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 17c4e88..6a42bf0 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,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