公司原来用eclipse开发的Jfinal项目,我这边用idea导入,各种配置启动后,tomcat启动成功,
项目说也部署成功,自动打开如下界面,但这个界面是静态的,没渲染,无法操作,问题搞了几天,还是这样,谁能帮忙看看
[2025-02-23 14:03:18][INFO][com.tz.task.XPQuartz.<init>()]: 初始化调度器
Sql: SELECT * FROM PLA_JOB WHERE BE_ENABLED = 'Y' and JOB_GROUP IN ('none')
[2025-02-23 14:03:18][INFO][com.tz.task.XPQuartz.start()]: 启动调度器
[2025-02-23 02:03:18,042] Artifact tz02:war exploded: Artifact is deployed successfully
[2025-02-23 02:03:18,042] Artifact tz02:war exploded: Deploy took 5,111 milliseconds
[2025-02-23 14:03:18][DEBUG][com.jfinal.kit.LogKit.debug()]: 请先登录再访问:/
JFinal-3.4 action report -------- 2025-02-23 14:03:18 --------------------------
Url : GET /
Controller : com.tz.action.IndexController.(IndexController.java:1)
Method : index
Interceptor : com.tz.interceptor.GlobalExceptionInterceptor.(GlobalExceptionInterceptor.java:1)
com.tz.interceptor.GlobalObjectInterceptor.(GlobalObjectInterceptor.java:1)
com.tz.interceptor.CheckLoginInterceptor.(CheckLoginInterceptor.java:1)
--------------------------------------------------------------------------------
JFinal-3.4 action report -------- 2025-02-23 14:03:18 --------------------------
Url : GET /Login/index
Controller : com.tz.action.LoginController.(LoginController.java:1)
Method : index
UrlPara : index
Interceptor : com.tz.interceptor.GlobalExceptionInterceptor.(GlobalExceptionInterceptor.java:1)
com.tz.interceptor.GlobalObjectInterceptor.(GlobalObjectInterceptor.java:1)
--------------------------------------------------------------------------------