Open gendolf3d opened 2 weeks ago
Currently, when Spring Boot service with Spring Cloud GCP dependencies are being tried to be trained with for CDS like
RUN java -XX:ArchiveClassesAtExit=application.jsa -Dspring.context.exit=onRefresh -jar app.jar
During context startup, Spring Cloud GCP beans are trying to find authentication methods but fails to do so.
Is it possible to implement some properties specifically for training mode?
Currently, when Spring Boot service with Spring Cloud GCP dependencies are being tried to be trained with for CDS like
During context startup, Spring Cloud GCP beans are trying to find authentication methods but fails to do so.
Is it possible to implement some properties specifically for training mode?