|
|
|
@ -25,6 +25,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
|
|
|
|
|
|
|
|
|
import org.springframework.aot.hint.RuntimeHints;
|
|
|
|
|
import org.springframework.aot.hint.RuntimeHintsRegistrar;
|
|
|
|
|
import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar;
|
|
|
|
|
import org.springframework.aot.hint.annotation.Reflective;
|
|
|
|
|
import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar;
|
|
|
|
|
import org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver;
|
|
|
|
@ -34,7 +35,6 @@ import org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint;
|
|
|
|
|
import org.springframework.boot.actuate.endpoint.web.Link;
|
|
|
|
|
import org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.WebMvcEndpointHandlerMappingRuntimeHints;
|
|
|
|
|
import org.springframework.context.annotation.ImportRuntimeHints;
|
|
|
|
|
import org.springframework.context.aot.BindingReflectionHintsRegistrar;
|
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
import org.springframework.web.cors.CorsConfiguration;
|
|
|
|
|
import org.springframework.web.servlet.HandlerMapping;
|
|
|
|
|