1 Star 0 Fork 558

肖斌 / solon

forked from noear / solon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
西东 提交于 2022-10-31 23:13 . Update pom.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>
<groupId>org.noear</groupId>
<artifactId>solon_java</artifactId>
<version>dev</version>
<packaging>pom</packaging>
<name>_root</name>
<description>Java project for solon</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<modules>
<module>solon-parent</module>
<module>__release/nami-bundle</module>
<module>__release/solon-base-bundle</module>
<module>__release/solon-base-render-bundle</module>
<module>__release/solon-boot-bundle</module>
<module>__release/solon-extend-bundle</module>
<module>__release/solon-plugin-bundle</module>
<module>__release/solon-plugin-bundle2</module>
<module>__release/solon-plugin-cloud-bundle</module>
<module>__test</module>
<module>__hatch</module>
</modules>
</project>
Java
1
https://gitee.com/unix_xiaobin/solon.git
git@gitee.com:unix_xiaobin/solon.git
unix_xiaobin
solon
solon
master

搜索帮助