Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jabrena/spring-boot-openrewrite-demo


https://github.com/jabrena/spring-boot-openrewrite-demo

Last synced: 12 days ago
JSON representation

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
```