https://github.com/dashaun/spring-boot-3-with-aot-processing
Introducing Spring Boot 3 at SpringOne Tour Tel Aviv 2022
https://github.com/dashaun/spring-boot-3-with-aot-processing
graalvm graalvm-native-image spring-boot
Last synced: 11 months ago
JSON representation
Introducing Spring Boot 3 at SpringOne Tour Tel Aviv 2022
- Host: GitHub
- URL: https://github.com/dashaun/spring-boot-3-with-aot-processing
- Owner: dashaun
- License: apache-2.0
- Created: 2022-11-15T12:34:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T19:30:37.000Z (over 3 years ago)
- Last Synced: 2025-06-11T22:17:09.372Z (12 months ago)
- Topics: graalvm, graalvm-native-image, spring-boot
- Language: JavaScript
- Homepage: https://dashaun.com/spring-boot-3-with-aot-processing/
- Size: 7.07 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot 3 with AOT Processing
## [](https://youtu.be/H6HwoWZtngs)
## Quickstart
```bash
docker run --name spring-boot-3-with-aot-processing -v $PWD/docs:/usr/share/nginx/html:ro -d -p 8088:80 nginx
```