You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Supports Spring Boot applications configured with functional bean defintion like what is done in Spring Fu incubator in order to allow comparison between annotation and functional bean registration. We can potentially reuse code from Jafu (the Java DSL).
The text was updated successfully, but these errors were encountered:
This new sample reuses some code from Spring Fu incubator and leverages
an optimized builtin GraalVM feature that discards CGLIB and
ImageBanner. Class initialization is configured by default at
build time.
This Spring Boot application has following characteristics:
- Compile in 55s on my laptop
- Image size: 17M
- RSS memory: 13.4M
- Started application in 0.003 seconds (JVM running for 0.003)
Closesspring-atticgh-18
dsyer
pushed a commit
to scratches/spring-graalvm-native
that referenced
this issue
Sep 23, 2020
This new sample reuses some code from Spring Fu incubator and leverages
an optimized builtin GraalVM feature that discards CGLIB and
ImageBanner. Class initialization is configured by default at
build time.
This Spring Boot application has following characteristics:
- Compile in 55s on my laptop
- Image size: 17M
- RSS memory: 13.4M
- Started application in 0.003 seconds (JVM running for 0.003)
Closesspring-atticgh-18
Supports Spring Boot applications configured with functional bean defintion like what is done in Spring Fu incubator in order to allow comparison between annotation and functional bean registration. We can potentially reuse code from Jafu (the Java DSL).
The text was updated successfully, but these errors were encountered: