1 Star 0 Fork 234

lizehua_mamaya/spring-framework-reference

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pom.xml 773 Bytes
Copy Edit Raw Blame History
abel533 authored 2014-12-23 23:15 . first commit
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-reference</artifactId>
<packaging>war</packaging>
<version>4.1.3.RELEASE</version>
<name>spring-framework-reference Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>spring-framework-reference</finalName>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lizehua_mamaya/spring-framework-reference.git
git@gitee.com:lizehua_mamaya/spring-framework-reference.git
lizehua_mamaya
spring-framework-reference
spring-framework-reference
master

Search