{"id":14972925,"url":"https://github.com/spring-projects/spring-ws","last_synced_at":"2025-05-14T00:10:35.085Z","repository":{"id":6669697,"uuid":"7914484","full_name":"spring-projects/spring-ws","owner":"spring-projects","description":"Spring Web Services","archived":false,"fork":false,"pushed_at":"2025-05-02T08:12:11.000Z","size":23735,"stargazers_count":326,"open_issues_count":37,"forks_count":315,"subscribers_count":58,"default_branch":"main","last_synced_at":"2025-05-02T09:23:43.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://spring.io/projects/spring-ws","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-projects.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-01-30T12:50:51.000Z","updated_at":"2025-05-02T08:12:14.000Z","dependencies_parsed_at":"2023-02-19T12:45:49.662Z","dependency_job_id":"6b896b78-0450-4a7e-9d9d-5b479375a34b","html_url":"https://github.com/spring-projects/spring-ws","commit_stats":{"total_commits":2438,"total_committers":68,"mean_commits":35.85294117647059,"dds":"0.26415094339622647","last_synced_commit":"b45071b6d59680c59b771c8d9ab0fc180058db52"},"previous_names":[],"tags_count":109,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-projects","download_url":"https://codeload.github.com/spring-projects/spring-ws/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254044331,"owners_count":22005135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:47:46.059Z","updated_at":"2025-05-14T00:10:30.076Z","avatar_url":"https://github.com/spring-projects.png","language":"Java","readme":"= Spring Web Services image:https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main[\"Build Status\", link=\"https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain\"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle\u0026labelColor=02303A[\"Revved up by Develocity\", link=\"https://ge.spring.io/scans?\u0026search.rootProjectNames=Spring%20WS\u0026search.rootProjectNames=spring-ws\"]\n\n:docs: https://docs.spring.io/spring-ws/docs/4.1.x\n:github: https://github.com/spring-projects/spring-ws\n\nSpring Web Services is a product of the Spring community focused on creating document-driven Web services.\nSpring 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.\n\n\n\n== Installation\n\nReleases of Spring Web Services are available for download from Maven Central.\nDevelopment builds are available from https://repo.spring.io/snapshot[https://repo.spring.io/snapshot].\n\nhttps://spring.io/projects/spring-ws[The project page] has the documentation, issue management, support, samples, and guides for using Spring Web Services.\n\n\n\n== Getting Help\n\nAre you having trouble with Spring Web Services? We want to help!\n\n* Check the {docs}/reference/html[reference documentation].\n* Learn the Spring basics -- Spring Web Services builds on the Spring Framework and other Spring projects; check the https://spring.io[spring.io] website for a wealth of reference documentation.\nIf you are new to Spring, try one of the https://spring.io/guides[guides].\n* Ask a question -- we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-ws[`spring-ws`].\n* Report bugs with Spring Web Services at {github}/issues[github.com/spring-projects/spring-ws/issues].\n\n\n\n== Reporting Issues\n\nSpring Web Services uses GitHub's integrated issue tracking system to record bugs and feature requests.\nIf you want to raise an issue, please follow the recommendations below:\n\n* Before you log a bug, please search the {github}/issues[issue tracker] to see if someone has already reported the problem.\n* If the issue doesn't already exist, {github}/issues/new[create a new issue].\n* Please provide as much information as possible with the issue report.\nWe like to know the Spring Web Services version, operating system, and JVM version you're using.\n* If you need to paste code or include a stack trace, use Markdown.\n+++```+++ escapes before and after your text.\n* If possible, try to create a test case or project that replicates the problem and attach it to the issue.\n\n\n\n== Building from Source\n\nYou don't need to build from source to use Spring Web Services (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Web Services can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper].\nYou also need JDK 17.\n\n[source,shell]\n----\n$ ./gradlew publishToMavenLocal\n----\n\nThis will build all of the jars and documentation and publish them to your local Maven cache.\nIt won't run any of the tests.\nIf you want to build everything, use the `build` task:\n\n[source,shell]\n----\n$ ./gradlew build\n----\n\n\n\n== License\n\nSpring Web Services is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].\n","funding_links":[],"categories":["开发框架"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-ws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-ws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-ws/lists"}