Files
qiufeng a5555a651f feat: AI功能剥离,版本升级
fix: 解决mf-ai中webflux请求层切面兼容性问题
fix: 解决mf-ai swagger使用问题
2026-07-14 18:54:01 +08:00

26 lines
928 B
XML

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-api</artifactId>
<version>mf-2.4.1</version>
</parent>
<artifactId>mf-demo-api</artifactId>
<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-core</artifactId>
</dependency>
</dependencies>
</project>