江海

2025-10-20 10:34

自定义表单使用表格布局,编辑时数据不显示

image.png

2025-09-28 10:56

D:\JDK\jdk17\bin\java.exe -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true "-Dmanagement.endpoints.jmx.exposure.include=*" "-javaagent:D:\App\JetBrains\IntelliJ IDEA 2025.1.4.1\lib\idea_rt.jar=55523" -Dfile.encoding=UTF-8 @C:\Users\55080\AppData\Local\Temp\idea_arg_file1479051923 com.jeelowcode.server.JeeLowCodeApplication

欢迎使用JeeLowCode低代码结构

官网地址:http://www.jeelowcode.com

社区地址:http://doc.jeelowcode.com

Application Version: 2.0.0

Spring Boot Version: 3.3.1

   ___           _                   _____           _

  |_  |         | |                 /  __ \         | |

    | | ___  ___| |     _____      _| /  \/ ___   __| | ___

    | |/ _ \/ _ \ |    / _ \ \ /\ / / |    / _ \ / _` |/ _ \

/\__/ /  __/  __/ |___| (_) \ V  V /| \__/\ (_) | (_| |  __/

\____/ \___|\___\_____/\___/ \_/\_/  \____/\___/ \__,_|\___|


10:50:48.371 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 8.0.1.Final

10:50:48.480 [main] INFO  c.j.s.JeeLowCodeApplication - [logStarting,50] - Starting JeeLowCodeApplication using Java 17.0.1 with PID 4484 (D:\jeelowcode\jeelowcode_jdk17\jeelowcode-admin\target\classes started by 55080 in D:\jeelowcode\jeelowcode_jdk17)

10:50:48.482 [main] INFO  c.j.s.JeeLowCodeApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "local"

10:50:53.826 [main] INFO  o.s.b.w.e.t.TomcatWebServer - [initialize,111] - Tomcat initialized with port 48080 (http)

10:50:53.843 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]

10:50:53.845 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]

10:50:53.846 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.25]

10:50:53.978 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext

10:50:53.979 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,296] - Root WebApplicationContext: initialization completed in 5131 ms

10:50:54.700 [main] INFO  c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited

10:50:54.742 [main] INFO  c.a.d.p.DruidDataSource - [init,1002] - {dataSource-2,jeelowcode} inited

10:50:54.748 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success

10:50:54.748 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [jeelowcode] success

10:50:54.748 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success

10:50:54.748 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]

10:50:59.364 [main] INFO  o.redisson.Version - [logVersion,43] - Redisson 3.32.0

10:50:59.734 [redisson-netty-1-4] INFO  o.r.c.ConnectionsHolder - [lambda$initConnections$1,130] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379

10:50:59.811 [redisson-netty-1-19] INFO  o.r.c.ConnectionsHolder - [lambda$initConnections$1,130] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379

10:51:08.344 [main] INFO  c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle

10:51:10.561 [main] INFO  o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor

10:51:10.577 [main] INFO  o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl

10:51:10.578 [main] INFO  o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.

10:51:10.593 [main] INFO  o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).

10:51:10.596 [main] INFO  o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.

10:51:10.597 [main] INFO  o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'CAI1759027870564'

  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.

  NOT STARTED.

  Currently in standby mode.

  Number of jobs executed: 0

  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 25 threads.

  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.


10:51:10.597 [main] INFO  o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.

10:51:10.597 [main] INFO  o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2

10:51:10.598 [main] INFO  o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6fd0b8ab

10:51:10.770 [main] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - [refresh,632] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiBpmProcessInstanceApiImpl': Injection of resource dependencies failed

10:51:10.770 [main] INFO  o.s.s.q.SchedulerFactoryBean - [destroy,844] - Shutting down Quartz Scheduler

10:51:10.771 [main] INFO  o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_CAI1759027870564 shutting down.

10:51:10.772 [main] INFO  o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_CAI1759027870564 paused.

10:51:11.070 [main] INFO  o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_CAI1759027870564 shutdown complete.

10:51:13.172 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....

10:51:13.176 [main] INFO  c.a.d.p.DruidDataSource - [close,2204] - {dataSource-0} closing ...

10:51:13.176 [main] INFO  c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,

10:51:13.176 [main] INFO  c.a.d.p.DruidDataSource - [close,2204] - {dataSource-2} closing ...

10:51:13.184 [main] INFO  c.a.d.p.DruidDataSource - [close,2277] - {dataSource-2} closed

10:51:13.184 [main] INFO  c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [jeelowcode] success,

10:51:13.184 [main] INFO  c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...

10:51:13.185 [main] INFO  c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed

10:51:13.187 [main] INFO  c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,

10:51:13.187 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye

10:51:13.189 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]

10:51:13.259 [main] WARN  o.a.c.l.WebappClassLoaderBase - [log,173] - The web application [ROOT] appears to have started a thread named [Thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

 java.base@17.0.1/sun.net.dns.ResolverConfigurationImpl.notifyAddrChange0(Native Method)

 java.base@17.0.1/sun.net.dns.ResolverConfigurationImpl$AddressChangeListener.run(ResolverConfigurationImpl.java:176)

10:51:13.276 [main] INFO  o.s.b.a.l.ConditionEvaluationReportLogger - [logMessage,82] - 


Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.

10:51:13.299 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] - 


***************************

APPLICATION FAILED TO START

***************************


Description:


A component required a bean of type 'org.flowable.engine.RuntimeService' that could not be found.



Action:


Consider defining a bean of type 'org.flowable.engine.RuntimeService' in your configuration.

启动报错

2025-09-28 10:05

这两个都放开了

添加客服
图片未加载,请刷新后再试
联系我们