第一次使用,开始创建所有系统表. 2025-08-13 14:56:13.201 INFO 8980 --- [ main] com.thams.service.engine.TableEngine : 创建表:F_S_ALL 语句:create table F_S_ALL (DID bigint not null, FIELDNAME varchar(32) not null, CHNAME varchar(256) not null, FIELDTYPE bigint not null, LENGTH bigint not null, NOTNULL bigint, NOTDUP bigint, NOTINWEB bigint, FCATTR bigint, FMATTR bigint, READONLYCOLS varchar(16), primary key (DID)) 2025-08-13 14:56:13.279 WARN 8980 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commonController': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'settingsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'settingsServiceImpl': Unsatisfied dependency expressed through field 'kuFangService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kuFangServiceImpl': Unsatisfied dependency expressed through field 'dbinfoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbinfoServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: java.lang.reflect.InvocationTargetException ### Cause: java.lang.reflect.InvocationTargetException
一般是解压工具的问题,换个解压工具,好压、360等
|