Skip to content

Commit

Permalink
add SHAR
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Jan 16, 2024
1 parent fa1c68c commit ebdb708
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[forks-shield]: https://img.shields.io/github/forks/[org]/[repository-name].svg?style=for-the-badge
[forks-url]: https://github.com/[org]/[repository-name]/forks
[stars-shield]: https://img.shields.io/github/stars/[org]/[repository-name].svg?style=for-the-badge
[stars-url]: https://github.com/[org]/[repository-name]/stargazers
[issues-shield]: https://img.shields.io/github/issues/[org]/[repository-name].svg?style=for-the-badge
[issues-url]: https://github.com/[org]/[repository-name]/issues

[org]: dashaun
[repository]: initializr-plusplus
[forks-shield]: https://img.shields.io/github/forks/javagrunt-com/com.javagrunt.service.pulsar.svg?style=for-the-badge
[forks-url]: https://github.com/javagrunt-com/com.javagrunt.service.pulsar/forks
[stars-shield]: https://img.shields.io/github/stars/javagrunt-com/com.javagrunt.service.pulsar.svg?style=for-the-badge
[stars-url]: https://github.com/javagrunt-com/com.javagrunt.service.pulsar/stargazers
[issues-shield]: https://img.shields.io/github/issues/javagrunt-com/com.javagrunt.service.pulsar.svg?style=for-the-badge
[issues-url]: https://github.com/javagrunt-com/com.javagrunt.service.pulsar/issues
Binary file added Spring Health Assessment _ Tanzu.pdf
Binary file not shown.
31 changes: 31 additions & 0 deletions spring-dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.3.0-SNAPSHOT:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.3.0-SNAPSHOT:compile
[INFO] | | +- org.springframework.boot:spring-boot-actuator:jar:3.3.0-SNAPSHOT:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.springframework:spring-web:jar:6.1.3:compile
[INFO] | | \- org.springframework:spring-beans:jar:6.1.3:compile
[INFO] | \- org.springframework:spring-webmvc:jar:6.1.3:compile
[INFO] | +- org.springframework:spring-aop:jar:6.1.3:compile
[INFO] | +- org.springframework:spring-context:jar:6.1.3:compile
[INFO] | \- org.springframework:spring-expression:jar:6.1.3:compile
[INFO] +- org.springframework.boot:spring-boot-starter-pulsar:jar:3.3.0-SNAPSHOT:compile
[INFO] | \- org.springframework.pulsar:spring-pulsar:jar:1.0.2:compile
[INFO] | +- org.springframework:spring-messaging:jar:6.1.3:compile
[INFO] | +- org.springframework:spring-tx:jar:6.1.3:compile
[INFO] | +- org.springframework.retry:spring-retry:jar:2.0.5:compile
[INFO] | +- org.springframework.pulsar:spring-pulsar-cache-provider:jar:1.0.2:compile
[INFO] | +- org.springframework.pulsar:spring-pulsar-cache-provider-caffeine:jar:1.0.2:runtime
[INFO] +- org.springframework.boot:spring-boot-devtools:jar:3.3.0-SNAPSHOT:runtime
[INFO] | +- org.springframework.boot:spring-boot:jar:3.3.0-SNAPSHOT:compile
[INFO] | \- org.springframework.boot:spring-boot-autoconfigure:jar:3.3.0-SNAPSHOT:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.3.0-SNAPSHOT:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:3.3.0-SNAPSHOT:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.3.0-SNAPSHOT:test
[INFO] | +- org.springframework:spring-core:jar:6.1.3:compile
[INFO] | | \- org.springframework:spring-jcl:jar:6.1.3:compile
[INFO] | +- org.springframework:spring-test:jar:6.1.3:test
[INFO] +- org.springframework.boot:spring-boot-testcontainers:jar:3.3.0-SNAPSHOT:test

0 comments on commit ebdb708

Please sign in to comment.