Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/spring-boot-openrewrite-demo
https://github.com/jabrena/spring-boot-openrewrite-demo
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/spring-boot-openrewrite-demo
- Owner: jabrena
- License: apache-2.0
- Created: 2024-03-19T10:06:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:51:01.000Z (8 months ago)
- Last Synced: 2024-10-11T03:14:45.284Z (about 1 month ago)
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-openrewrite-demo
## How to test in local?
```
mvn rewrite:run
```## References
- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot/
- https://start.spring.io/
- https://docs.openrewrite.org/recipes/java/spring/boot3/upgradespringboot_3_0## Tools
```
sdk install springboot
spring init --list
spring init --build "maven" -j "21" -l "java" -d "web, actuator, devtools" -x -f
```