https://github.com/spring-cloud/spring-cloud-core-tests
Integration tests for Spring Cloud (small projects testing classpath combinations)
https://github.com/spring-cloud/spring-cloud-core-tests
Last synced: 5 months ago
JSON representation
Integration tests for Spring Cloud (small projects testing classpath combinations)
- Host: GitHub
- URL: https://github.com/spring-cloud/spring-cloud-core-tests
- Owner: spring-cloud
- Created: 2015-01-23T10:54:39.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T23:01:02.000Z (about 1 year ago)
- Last Synced: 2025-01-17T23:30:49.525Z (about 1 year ago)
- Language: Java
- Size: 759 KB
- Stars: 151
- Watchers: 34
- Forks: 135
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Integration test projects for Spring Cloud
[](https://circleci.com/gh/spring-cloud-samples/tests)
Not necessarily full demo or sample apps, but each one implementing a single scenario or small set of scenarios. Very useful for testing classpath combinations (e.g. making sure that optional depednencies really are optional).
### Running
`./mvnw --fail-at-end --update-snapshots clean package`