5 Star 0 Fork 18

src-openEuler/springframework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
springframework-3.2.18.RELEASE.pom 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
yaokai13 提交于 2020-06-09 15:16 . Package init
<?xml version="1.0" encoding="UTF-8"?>
<!-- This is a dummy POM added just to ease building in the RPM platforms: -->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-project</artifactId>
<packaging>pom</packaging>
<version>3.2.18.RELEASE</version>
<modules>
<module>spring-core</module>
<module>spring-context</module>
<module>spring-context-support</module>
<module>spring-expression</module>
<module>spring-aop</module>
<module>spring-instrument</module>
<module>spring-instrument-tomcat</module>
<module>spring-beans</module>
<module>spring-jdbc</module>
<module>spring-jms</module>
<module>spring-orm</module>
<module>spring-web</module>
<module>spring-tx</module>
<module>spring-oxm</module>
<module>spring-struts</module>
<module>spring-webmvc</module>
<!--<module>spring-test</module>-->
<!--<module>spring-test-mvc</module>-->
<module>spring-webmvc-portlet</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/springframework.git
git@gitee.com:src-openeuler/springframework.git
src-openeuler
springframework
springframework
master

搜索帮助