<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
<artifactId>ruoyi</artifactId>
|
<groupId>com.ruoyi</groupId>
|
<version>3.8.9</version>
|
</parent>
|
|
<artifactId>ruoyi-buss</artifactId>
|
<modelVersion>4.0.0</modelVersion>
|
|
<name>ruoyi-buss</name>
|
|
<description>
|
业务系统模块
|
</description>
|
|
|
|
<dependencies>
|
|
<!-- 通用工具-->
|
<!-- <dependency>-->
|
<!-- <groupId>com.ruoyi</groupId>-->
|
<!-- <artifactId>ruoyi-common</artifactId>-->
|
<!-- </dependency>-->
|
|
<dependency>
|
<groupId>com.ruoyi</groupId>
|
<artifactId>ruoyi-framework</artifactId>
|
</dependency>
|
|
<!-- <dependency>-->
|
<!-- <groupId>com.squareup.okhttp3</groupId>-->
|
<!-- <artifactId>okhttp</artifactId>-->
|
<!-- <version>4.10.0</version>-->
|
<!-- </dependency>-->
|
|
<!-- <dependency>-->
|
<!-- <groupId>com.github.xiaoymin</groupId>-->
|
<!-- <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>-->
|
<!-- <version>4.4.0</version>-->
|
<!-- </dependency>-->
|
|
<!-- <dependency>-->
|
<!-- <groupId>org.springdoc</groupId>-->
|
<!-- <artifactId>springdoc-openapi-ui</artifactId>-->
|
<!-- <version>1.8.0</version> <!– 请使用最新版本 –>-->
|
<!-- </dependency>-->
|
|
<!-- <dependency>-->
|
<!-- <groupId>org.springdoc</groupId>-->
|
<!-- <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>-->
|
<!-- <version>2.6.0</version> <!– 版本号请根据你的Spring Boot版本匹配 –>-->
|
<!-- </dependency>-->
|
|
</dependencies>
|
|
</project>
|