1 Star 0 Fork 0

OpenSolon/solon-flow-embedded-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
西东 提交于 2025-04-23 21:16 +08:00 . demo
<?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>
<groupId>org.noear</groupId>
<artifactId>solon-flow-embedded-examples</artifactId>
<version>demo</version>
<packaging>pom</packaging>
<description>Java project for solon-flow-embedded-examples</description>
<modules>
<module>solon-flow-embedded-solon</module>
<module>solon-flow-embedded-jfinal</module>
<module>solon-flow-embedded-springboot2</module>
<module>solon-flow-embedded-springboot3</module>
<module>solon-flow-embedded-vertx</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<compilerArgument>-parameters</compilerArgument>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/opensolon/solon-flow-embedded-examples.git
git@gitee.com:opensolon/solon-flow-embedded-examples.git
opensolon
solon-flow-embedded-examples
solon-flow-embedded-examples
main

搜索帮助