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
when i build a springboot project ,i got error:
Error: Classes that should be initialized at run time got initialized during image building:
org.springframework.boot.logging.java.JavaLoggingSystem$Factory was unintentionally initialized at build time. org.springframework.boot.SpringBootFactories caused initialization of this class with the following trace:
at org.springframework.boot.logging.java.JavaLoggingSystem$Factory.(JavaLoggingSystem.java:190)
at org.springframework.boot.SpringBootFactories.(SpringBootFactories.java:99)
native-image.cmd --version
GraalVM Version 20.3.0 (Java Version 11.0.9+7-LTS-jvmci-20.3-b06)
The text was updated successfully, but these errors were encountered:
when i build a springboot project ,i got error:
Error: Classes that should be initialized at run time got initialized during image building:
org.springframework.boot.logging.java.JavaLoggingSystem$Factory was unintentionally initialized at build time. org.springframework.boot.SpringBootFactories caused initialization of this class with the following trace:
at org.springframework.boot.logging.java.JavaLoggingSystem$Factory.(JavaLoggingSystem.java:190)
at org.springframework.boot.SpringBootFactories.(SpringBootFactories.java:99)
native-image.cmd --version
GraalVM Version 20.3.0 (Java Version 11.0.9+7-LTS-jvmci-20.3-b06)
The text was updated successfully, but these errors were encountered: