2023-07-12T22:41:51.033+08:00 INFO 19580 --- [ restartedMain] run.halo.app.Application : Starting Application using Java 17.0.7 with PID 19580 (D:\DEV\ideaproject\halo\application\target\classes started by mingdong in D:\DEV\ideaproject\halo)
2023-07-12T22:41:51.034+08:00 INFO 19580 --- [ restartedMain] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2023-07-12T22:41:51.057+08:00 INFO 19580 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-07-12T22:41:51.058+08:00 INFO 19580 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-07-12T22:41:51.659+08:00 INFO 19580 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2023-07-12T22:41:51.660+08:00 INFO 19580 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2023-07-12T22:41:51.729+08:00 INFO 19580 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63 ms. Found 1 R2DBC repository interfaces.
2023-07-12T22:41:52.238+08:00 INFO 19580 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8090 (http)
2023-07-12T22:41:52.243+08:00 INFO 19580 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-12T22:41:52.243+08:00 INFO 19580 --- [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.10]
2023-07-12T22:41:52.279+08:00 INFO 19580 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-12T22:41:52.279+08:00 INFO 19580 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1221 ms
2023-07-12T22:41:52.611+08:00 INFO 19580 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-07-12T22:41:52.857+08:00 WARN 19580 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reverseProxyRouterFunctionRegistry' defined in class path resource [run/halo/app/plugin/resources/ReverseProxyRouterFunctionRegistry.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'reverseProxyRouterFunctionFactory' defined in class path resource [run/halo/app/plugin/resources/ReverseProxyRouterFunctionFactory.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'pluginAutoConfiguration' defined in class path resource [run/halo/app/plugin/PluginAutoConfiguration.class]: Unsatisfied dependency expressed through constructor parameter 2: No qualifying bean of type 'org.springframework.web.reactive.accept.RequestedContentTypeResolver' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2023-07-12T22:41:52.861+08:00 INFO 19580 --- [ restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-12T22:41:52.873+08:00 INFO 19580 --- [ restartedMain] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-07-12T22:41:52.886+08:00 ERROR 19580 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Parameter 2 of constructor in run.halo.app.plugin.PluginAutoConfiguration required a bean of type 'org.springframework.web.reactive.accept.RequestedContentTypeResolver' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.web.reactive.accept.RequestedContentTypeResolver' in your configuration.