按教程来的,前端启动了,gradle也配置了。用的h2数据库,但是localhost:8090,一进去就是登录界面。没跳转到初始化界面。
2024-10-08T23:35:32.731+08:00 WARN 18004 --- [eReconciler-t-1] io.r2dbc.h2.H2Connection : Option{name='readOnly', sensitive=false} + isn't supported in H2 at the transaction level. You must set it on conenction URL. See http://www.h2database.com/html/features.html#read_only
2024-10-08T23:35:32.732+08:00 DEBUG 18004 --- [eReconciler-t-1] r.h.a.extension.controller.DefaultQueue : Adding request Request[name=super-role] immediately
2024-10-08T23:35:32.732+08:00 DEBUG 18004 --- [eReconciler-t-1] r.h.a.extension.controller.DefaultQueue : Adding request Request[name=super-role] after PT0.005S
2024-10-08T23:35:32.732+08:00 DEBUG 18004 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : run.halo.app.core.reconciler.RoleReconciler-worker-1 >>> Reconciled request: Request[name=super-role] with result: Result[reEnqueue=false, retryAfter=null], usage: 3
2024-10-08T23:35:32.732+08:00 DEBUG 18004 --- [eReconciler-t-1] r.h.a.extension.controller.DefaultQueue : Take request Request[name=role-template-uc-attachment-manager] at 2024-10-08T15:35:32.732897600Z
2024-10-08T23:35:32.732+08:00 DEBUG 18004 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : run.halo.app.core.reconciler.RoleReconciler-worker-1 >>> Reconciling request Request[name=role-template-uc-attachment-manager] at 2024-10-08T15:35:32.732897600Z
2024-10-08T23:35:32.735+08:00 WARN 18004 --- [eReconciler-t-1] io.r2dbc.h2.H2Connection : Option{name='readOnly', sensitive=false} + isn't supported in H2 at the transaction level. You must set it on conenction URL. See http://www.h2database.com/html/features.html#read_only
有点怀疑的部分日志如上。