<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>spring-boot-multi-data-source</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-multi-data-source</name>
<description>spring-boot-multi-data-source</description>
<properties>
<java.version>17</java.version>
<dubbo.version>3.2.0</dubbo.version>
<pagehelper.version>2.1.0</pagehelper.version>
</properties>
<dependencies>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper.version}</version>
<exclusions>
<exclusion>
<groupId>org.mybat
JDK17 + SpringBoot3 + MybatisPlus3 + Dubbo3 + PageHelper2 + 多数据源 + Mysql5.7 + Mysql8.0
最新推荐文章于 2024-08-16 10:54:02 发布