dependabot[bot] 008eb37f91 3.0.x: Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.42 to 0.0.43.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.42...v0.0.43)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 18:20:08 +02:00
2024-07-23 17:51:55 +02:00
2022-11-28 15:38:45 +00:00
2021-10-05 17:58:38 -05:00
2022-11-28 15:49:03 +00:00
2019-03-22 14:55:13 -05:00
2019-03-22 14:55:13 -05:00
2022-11-28 15:38:45 +00:00
2022-11-28 15:38:45 +00:00
2019-03-22 14:50:52 -05:00

== Spring CredHub

Spring CredHub provides client-side support for storing, retrieving, and deleting credentials from a https://github.com/cloudfoundry-incubator/credhub[CredHub] server running in a https://www.cloudfoundry.org/[Cloud Foundry] platform.

See the https://spring.io/projects/spring-credhub[project site] and https://docs.spring.io/spring-credhub/docs/current/reference/html5/[reference documentation] for more information.

=== Demo Application

A simple application that demonstrates the use of Spring CredHub is available in link:/spring-credhub-demo[this repository].

== Building

=== Basic Compile and Unit Tests

To build the source you will need to install JDK 17.

Spring CredHub uses Gradle for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing:

[source,bash]
----
./gradlew build
----

=== Integration Tests

Spring CredHub integration tests need a CredHub server.

Refer to link:credhub-server/README.adoc[credhub-server] for information on how to start it up.

Once running they can be executed with:

[source,bash]
----
./gradlew :spring-credhub-integration-tests:test -PintegrationTests
----
[source,bash]
----
./gradlew :spring-credhub-reactive-integration-tests:test -PintegrationTests
----

=== Working with the code

If you don't have an IDE preference we would recommend that you use
https://www.springsource.com/developer/sts[Spring Tools Suite] or
https://eclipse.org[Eclipse] when working with the code. 
Description
No description provided
Readme 2.5 MiB
Languages
Java 100%