Ryan Wang 🚀 问题我找到了,是因为我多次安装报的错,现在启动没报错了,但是我访问不了:
这是我的启动日志:
/ / / /___ / /__
/ // / __ `/ / __ \
/ __ / // / / // /
// //_,//____/
Version: 2.5.2
2023-05-12T15:36:33.982+08:00 INFO 6 --- [ main] run.halo.app.Application : Starting Application v2.5.2 using Java 17.0.7 with PID 6 (/application/BOOT-INF/classes started by root in /application)
2023-05-12T15:36:33.987+08:00 INFO 6 --- [ main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2023-05-12T15:36:34.870+08:00 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2023-05-12T15:36:34.875+08:00 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2023-05-12T15:36:34.989+08:00 INFO 6 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 99 ms. Found 1 R2DBC repository interfaces.
2023-05-12T15:36:35.997+08:00 INFO 6 --- [ main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: []
2023-05-12T15:36:36.004+08:00 INFO 6 --- [ main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: []
2023-05-12T15:36:36.011+08:00 INFO 6 --- [ main] org.pf4j.DefaultPluginManager : PF4J version 3.9.0 in 'deployment' mode
2023-05-12T15:36:37.037+08:00 INFO 6 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 5 endpoint(s) beneath base path '/actuator'
2023-05-12T15:36:37.526+08:00 INFO 6 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8900
2023-05-12T15:36:37.531+08:00 INFO 6 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VisitedEventReconciler
2023-05-12T15:36:37.540+08:00 INFO 6 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.ReplyEventReconciler
2023-05-12T15:36:37.540+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 started
2023-05-12T15:36:37.543+08:00 INFO 6 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.search.post.PostEventReconciler
2023-05-12T15:36:37.544+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 started
2023-05-12T15:36:37.548+08:00 INFO 6 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.plugin.PluginCreatedEventReconciler
2023-05-12T15:36:37.548+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 started
2023-05-12T15:36:37.558+08:00 INFO 6 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VotedEventReconciler
2023-05-12T15:36:37.558+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.plugin.PluginCreatedEventReconciler-worker-1 started
2023-05-12T15:36:37.563+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 started
2023-05-12T15:36:37.583+08:00 INFO 6 --- [ scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generating RSA keys...
2023-05-12T15:36:37.584+08:00 INFO 6 --- [ main] run.halo.app.Application : Started Application in 3.964 seconds (process running for 4.324)
2023-05-12T15:36:37.970+08:00 INFO 6 --- [ scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generated RSA keys. Usage: 382 ms.
2023-05-12T15:36:37.978+08:00 INFO 6 --- [ main] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-05-12T15:36:38.067+08:00 INFO 6 --- [ main] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-05-12T15:36:38.075+08:00 INFO 6 --- [ main] r.h.app.infra.DefaultThemeInitializer : Initializing default theme from classpath:themes/theme-earth.zip
2023-05-12T15:36:38.445+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.app.infra.DefaultThemeInitializer : Initialized default theme: theme-earth
2023-05-12T15:36:38.644+08:00 INFO 6 --- [ task-1] run.halo.app.search.IndicesInitializer : Initialize post indices...
2023-05-12T15:36:38.656+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller garbage-collector-controller
2023-05-12T15:36:38.660+08:00 INFO 6 --- [-controller-t-1] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-1 started
2023-05-12T15:36:38.662+08:00 INFO 6 --- [-controller-t-2] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-2 started
2023-05-12T15:36:38.663+08:00 INFO 6 --- [-controller-t-3] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-3 started
2023-05-12T15:36:38.663+08:00 INFO 6 --- [-controller-t-4] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-4 started
2023-05-12T15:36:38.666+08:00 INFO 6 --- [-controller-t-5] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-5 started
2023-05-12T15:36:38.667+08:00 INFO 6 --- [-controller-t-6] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-6 started
2023-05-12T15:36:38.670+08:00 INFO 6 --- [-controller-t-7] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-7 started
2023-05-12T15:36:38.671+08:00 INFO 6 --- [-controller-t-8] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-8 started
2023-05-12T15:36:38.672+08:00 INFO 6 --- [-controller-t-9] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-9 started
2023-05-12T15:36:38.673+08:00 INFO 6 --- [controller-t-10] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-10 started
2023-05-12T15:36:38.677+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.UserReconciler
2023-05-12T15:36:38.697+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleBindingReconciler
2023-05-12T15:36:38.697+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.UserReconciler-worker-1 started
2023-05-12T15:36:38.702+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleBindingReconciler-worker-1 started
2023-05-12T15:36:38.703+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.User) synchronizer...
2023-05-12T15:36:38.702+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler
2023-05-12T15:36:38.707+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.RoleBinding) synchronizer...
2023-05-12T15:36:38.715+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-worker-1 started
2023-05-12T15:36:38.714+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SystemSettingReconciler
2023-05-12T15:36:38.720+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.attachment.Attachment) synchronizer...
2023-05-12T15:36:38.725+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.MenuItemReconciler
2023-05-12T15:36:38.725+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1 started
2023-05-12T15:36:38.730+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CommentReconciler
2023-05-12T15:36:38.731+08:00 INFO 6 --- [mReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.MenuItemReconciler-worker-1 started
2023-05-12T15:36:38.732+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.extension.ConfigMap) synchronizer...
2023-05-12T15:36:38.738+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CommentReconciler-worker-1 started
2023-05-12T15:36:38.738+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PluginReconciler
2023-05-12T15:36:38.740+08:00 INFO 6 --- [mReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.MenuItem) synchronizer...
2023-05-12T15:36:38.748+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Comment) synchronizer...
2023-05-12T15:36:38.753+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler
2023-05-12T15:36:38.753+08:00 INFO 6 --- [nReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 started
2023-05-12T15:36:38.762+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.infra.SetupStateCache
2023-05-12T15:36:38.762+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ReverseProxyReconciler-worker-1 started
2023-05-12T15:36:38.764+08:00 INFO 6 --- [nReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Plugin) synchronizer...
2023-05-12T15:36:38.772+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.TagReconciler
2023-05-12T15:36:38.772+08:00 INFO 6 --- [pStateCache-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.infra.SetupStateCache-worker-1 started
2023-05-12T15:36:38.773+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.ReverseProxy) synchronizer...
2023-05-12T15:36:38.777+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ReplyReconciler
2023-05-12T15:36:38.777+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.TagReconciler-worker-1 started
2023-05-12T15:36:38.782+08:00 INFO 6 --- [pStateCache-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.extension.ConfigMap) synchronizer...
2023-05-12T15:36:38.785+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CategoryReconciler
2023-05-12T15:36:38.785+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Tag) synchronizer...
2023-05-12T15:36:38.785+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ReplyReconciler-worker-1 started
2023-05-12T15:36:38.791+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Reply) synchronizer...
2023-05-12T15:36:38.793+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PostReconciler
2023-05-12T15:36:38.793+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CategoryReconciler-worker-1 started
2023-05-12T15:36:38.798+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-1 started
2023-05-12T15:36:38.799+08:00 INFO 6 --- [tReconciler-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-2 started
2023-05-12T15:36:38.800+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Category) synchronizer...
2023-05-12T15:36:38.804+08:00 INFO 6 --- [tReconciler-t-2] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-05-12T15:36:38.805+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-05-12T15:36:38.809+08:00 INFO 6 --- [tReconciler-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-3 started
2023-05-12T15:36:38.810+08:00 INFO 6 --- [tReconciler-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-4 started
2023-05-12T15:36:38.810+08:00 INFO 6 --- [tReconciler-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-5 started
2023-05-12T15:36:38.812+08:00 INFO 6 --- [tReconciler-t-6] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-6 started
2023-05-12T15:36:38.812+08:00 INFO 6 --- [tReconciler-t-3] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-05-12T15:36:38.815+08:00 INFO 6 --- [tReconciler-t-7] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-7 started
2023-05-12T15:36:38.817+08:00 INFO 6 --- [tReconciler-t-8] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-8 started
2023-05-12T15:36:38.818+08:00 INFO 6 --- [tReconciler-t-9] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-9 started
2023-05-12T15:36:38.826+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.theme.router.SinglePageRoute
2023-05-12T15:36:38.826+08:00 INFO 6 --- [Reconciler-t-10] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-10 started
2023-05-12T15:36:38.831+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SinglePageReconciler
2023-05-12T15:36:38.831+08:00 INFO 6 --- [lePageRoute-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.theme.router.SinglePageRoute-worker-1 started
2023-05-12T15:36:38.841+08:00 INFO 6 --- [lePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.SinglePage) synchronizer...
2023-05-12T15:36:38.845+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ThemeReconciler
2023-05-12T15:36:38.845+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SinglePageReconciler-worker-1 started
2023-05-12T15:36:38.850+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ThemeReconciler-worker-1 started
2023-05-12T15:36:38.850+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleReconciler
2023-05-12T15:36:38.851+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.SinglePage) synchronizer...
2023-05-12T15:36:38.853+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Theme) synchronizer...
2023-05-12T15:36:38.858+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.AnnotationSettingReconciler
2023-05-12T15:36:38.858+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleReconciler-worker-1 started
2023-05-12T15:36:38.864+08:00 INFO 6 --- [actor-tcp-nio-1] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.AuthProviderReconciler
2023-05-12T15:36:38.865+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-worker-1 started
2023-05-12T15:36:38.865+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Role) synchronizer...
2023-05-12T15:36:38.869+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.AuthProviderReconciler-worker-1 started
2023-05-12T15:36:38.871+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.AnnotationSetting) synchronizer...
2023-05-12T15:36:38.875+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.AuthProvider) synchronizer...
2023-05-12T15:36:39.005+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.RoleBinding) synchronizer.
2023-05-12T15:36:39.005+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.User) synchronizer.
2023-05-12T15:36:39.007+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.attachment.Attachment) synchronizer.
2023-05-12T15:36:39.009+08:00 INFO 6 --- [mReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.MenuItem) synchronizer.
2023-05-12T15:36:39.012+08:00 INFO 6 --- [nReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Plugin) synchronizer.
2023-05-12T15:36:39.015+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Comment) synchronizer.
2023-05-12T15:36:39.019+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.extension.ConfigMap) synchronizer.
2023-05-12T15:36:39.021+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.ReverseProxy) synchronizer.
2023-05-12T15:36:39.025+08:00 INFO 6 --- [pStateCache-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.extension.ConfigMap) synchronizer.
2023-05-12T15:36:39.028+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Tag) synchronizer.
2023-05-12T15:36:39.030+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Reply) synchronizer.
2023-05-12T15:36:39.031+08:00 INFO 6 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Category) synchronizer.
2023-05-12T15:36:39.032+08:00 INFO 6 --- [tReconciler-t-3] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-05-12T15:36:39.038+08:00 INFO 6 --- [tReconciler-t-2] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-05-12T15:36:39.040+08:00 INFO 6 --- [lePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.SinglePage) synchronizer.
2023-05-12T15:36:39.039+08:00 INFO 6 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-05-12T15:36:39.044+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Theme) synchronizer.
2023-05-12T15:36:39.070+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Role) synchronizer.
2023-05-12T15:36:39.072+08:00 INFO 6 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.AuthProvider) synchronizer.
2023-05-12T15:36:39.073+08:00 INFO 6 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.AnnotationSetting) synchronizer.
2023-05-12T15:36:39.092+08:00 INFO 6 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.SinglePage) synchronizer.
2023-05-12T15:36:39.093+08:00 INFO 6 --- [ task-1] run.halo.app.search.IndicesInitializer : Initialized post indices. Usage: StopWatch 'PostIndicesWatch': running time = 445864292 ns; [rebuild] took 445864292 ns = 100%
这是我的访问路径:http://localhost:8900/console
我修改了里面的默认端口,这是我的docker-compose文件:
version: "3"
services:
halo:
image: halohub/halo:2.5
container_name: halo
restart: on-failure:3
network_mode: "host"
volumes:
- ./:/root/.halo2
ports:
- "8900:8900"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8900/actuator/health/readiness"]
interval: 30s
timeout: 5s
retries: 5
start_period: 30s
command:
# 修改为自己已有的 MySQL 配置
- --spring.r2dbc.url=r2dbc:pool:postgresql://localhost:5432/halo
- --spring.r2dbc.username=postgres
- --spring.r2dbc.password=postgres@dh123
- --spring.sql.init.platform=postgresql
# 外部访问地址,请根据实际需要修改
- --halo.external-url=http://localhost:8900/
# 初始化的超级管理员用户名
- --halo.security.initializer.superadminusername=admin
# 初始化的超级管理员密码
- --halo.security.initializer.superadminpassword=123456
# 端口号 默认8090
- --server.port=8900
麻烦大佬帮我看下是什么问题