1 Star 0 Fork 0

郭艺宾 / spring-ws

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Spring Web Services

Spring Web Services is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.

Installation

Releases of Spring Web Services are available for download from Maven Central, as well as our own repository, http://repo.springsource.org/release.

For Maven users:

<repository>
    <id>repository.spring.release</id>
    <name>Spring GA Repository</name>
    <url>http://repo.spring.io/release</url>
</repository>
...
<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-core</artifactId>
    <version>2.1.4</version>
</dependency>

Snapshots

Nightly snapshots of Spring Web Services are available for download from our snapshot repository, http://repo.springsource.org/snapshot.

For Maven users:

<repository>
    <id>repository.spring.snapshot</id>
    <name>Spring Snapshot Repository</name>
    <url>http://repo.spring.io/snapshot</url>
</repository>
...
<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-core</artifactId>
    <version>2.2.0.BUILD-SNAPSHOT</version>
</dependency>

Building from Source

Spring Web Services uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build. The only prerequisites are Git and JDK 1.7+.

check out sources

git clone git://github.com/spring-projects/spring-ws.git

compile and test, build all jars, distribution zips and docs

./gradlew build

install all spring-* jars into your local Maven cache

./gradlew install

... and discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Documentation

See the current Javadoc and reference docs.

Issue Tracking

Spring Web Services uses JIRA for issue tracking purposes

License

Spring Web Services is Apache 2.0 licensed.

# Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads. ## Installation Releases of Spring Web Services are available for download from Maven Central, as well as our own repository, http://repo.springsource.org/release. For Maven users: <repository> <id>repository.spring.release</id> <name>Spring GA Repository</name> <url>http://repo.spring.io/release</url> </repository> ... <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws-core</artifactId> <version>2.1.4</version> </dependency> ## Snapshots Nightly snapshots of Spring Web Services are available for download from our snapshot repository, http://repo.springsource.org/snapshot. For Maven users: <repository> <id>repository.spring.snapshot</id> <name>Spring Snapshot Repository</name> <url>http://repo.spring.io/snapshot</url> </repository> ... <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws-core</artifactId> <version>2.2.0.BUILD-SNAPSHOT</version> </dependency> ## Building from Source Spring Web Services uses a [Gradle](http://gradle.org)-based build system. In the instructions below, [`./gradlew`](http://vimeo.com/34436402) is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build. The only prerequisites are [Git](http://help.github.com/set-up-git-redirect) and JDK 1.7+. ### check out sources `git clone git://github.com/spring-projects/spring-ws.git` ### compile and test, build all jars, distribution zips and docs `./gradlew build` ### install all spring-\* jars into your local Maven cache `./gradlew install` ... and discover more commands with `./gradlew tasks`. See also the [Gradle build and release FAQ](https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ). ## Documentation See the current [Javadoc](http://static.springsource.org/spring-ws/docs/current/javadoc-api) and [reference docs](http://static.springsource.org/spring-ws/docs/current/spring-ws-reference ). ## Issue Tracking Spring Web Services uses [JIRA](https://jira.springsource.org/browse/SWS) for issue tracking purposes ## License Spring Web Services is [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html).

简介

暂无描述 展开 收起
Java 等 4 种语言
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/blueses/spring-ws.git
git@gitee.com:blueses/spring-ws.git
blueses
spring-ws
spring-ws
2.2.0.RC1

搜索帮助