This commit is contained in:
Corneil du Plessis
2024-05-17 11:57:44 +02:00
parent a0c4524d4c
commit 28e51d211e

View File

@@ -104,7 +104,7 @@ This will launch the Docker image and mount your source code at `spring-ws-githu
+
Next, run the `test.sh` script from inside the container:
+
2. `PROFILE=none ci/test.sh`
3. `PROFILE=none ci/test.sh`
Since the container is binding to your source, you can make edits from your IDE and continue to run build jobs.
@@ -128,18 +128,18 @@ NOTE: Docker containers can eat up disk space fast! From time to time, run `dock
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
= Spring Web Services Project Site
== Spring Web Services Project Site
You can find the documentation, issue management, support, samples, and guides for using Spring Web Services at https://spring.io/projects/spring-ws/
== Documentation
=== Documentation
See the current https://docs.spring.io/spring-ws/docs/current/api/[Javadoc] and https://docs.spring.io/spring-ws/docs/current/reference/[reference docs].
== Issue Tracking
=== Issue Tracking
Spring Web Services uses https://github.com/spring-projects/spring-ws/issues[Github] for issue tracking purposes.
== License
=== License
Spring Web Services is https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 licensed].