zhangyunjie e6ab06b994 Revert "feat: 东区缴费分支初始化"
This reverts commit 90c60a49100f5fa2793597721e14b60eabdc9af5.
2025-05-15 18:15:36 +08:00

36 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.yida.data</groupId>
<artifactId>febs-server</artifactId>
<version>2.2-RELEASE</version>
</parent>
<artifactId>febs-server-generator</artifactId>
<name>FEBS-Server-Generator</name>
<description>FEBS-Server-Generator代码生成器</description>
<dependencies>
<!--freemarker-->
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<outputDirectory>../../febs-jar</outputDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>