Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashaun/openrewrite-shar
OpenRewrite & Spring Health Assessment Report
https://github.com/dashaun/openrewrite-shar
openrewrite openrewrite-recipes spring spring-boot
Last synced: 10 days ago
JSON representation
OpenRewrite & Spring Health Assessment Report
- Host: GitHub
- URL: https://github.com/dashaun/openrewrite-shar
- Owner: dashaun
- License: apache-2.0
- Created: 2024-04-08T16:15:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T01:58:24.000Z (10 months ago)
- Last Synced: 2025-01-20T11:48:48.243Z (15 days ago)
- Topics: openrewrite, openrewrite-recipes, spring, spring-boot
- Language: Shell
- Homepage: https://www.youtube.com/watch?v=kKfi9EsaO7E
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]# OpenRewrite and Spring Health Assessment Report
## The cheat code
```bash
./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:LATEST \
-DactiveRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2
```## Prerequisites
- [SDKMan](https://sdkman.io/install)
> i.e. `curl -s "https://get.sdkman.io" | bash`
- [Httpie](https://httpie.io/) needs to be in the path
> i.e. `brew install httpie`
- bc, pv, zip, unzip, gcc, zlib1g-dev
> i.e. `sudo apt install bc, pv, zip, unzip, gcc, zlib1g-dev -y`
- [Vendir](https://carvel.dev/vendir/)
> i.e. `brew tap carvel-dev/carvel && brew install vendir`## Quick Start
```bash
./demo.sh
```## Attributions
- [Demo Magic](https://github.com/paxtonhare/demo-magic) is pulled via `vendir sync`## Related Videos
- https://www.youtube.com/live/qQAXXwkaveM?si=4KunXZaretBrPZs3
- https://www.youtube.com/live/ck4AP7kRQkc?si=lDl203vbfZysrX5e
- https://www.youtube.com/live/VWPrYcyjG8Q?si=z7Q2Rm_XOlBwCiei[forks-shield]: https://img.shields.io/github/forks/dashaun/openrewrite-shar.svg?style=for-the-badge
[forks-url]: https://github.com/dashaun/openrewrite-shar/forks
[stars-shield]: https://img.shields.io/github/stars/dashaun/openrewrite-shar.svg?style=for-the-badge
[stars-url]: https://github.com/dashaun/openrewrite-shar/stargazers
[issues-shield]: https://img.shields.io/github/issues/dashaun/openrewrite-shar.svg?style=for-the-badge
[issues-url]: https://github.com/dashaun/openrewrite-shar/issues