Project configuration is not up-to-date with pom.xml

当在项目中导入Maven工程时遇到配置不匹配的错误时,可以通过执行【Maven】->【UpdateProjectConfiguration...】操作来解决。本文详细介绍了如何定位问题并修复,确保项目能够正常运行。

导入maven工程后,出现如下错误:

 

Description    Resource    Path    Location    Type
Project configuration is not up-to-date with pom.xml. Run project configuration update    rdc        line 1    Maven Configuration Problem

 

解决办法就是:

 

右键项目,【Maven】--》【Update Project Configuration...】即可。。。

 

 

Description Resource Path Location Type An error occurred while filtering resources TaskManagerWeb line 1 Maven Java EE Configuration Problem CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 -> org.apache.maven:maven-plugin-api:jar:3.0 -> org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 -> org.codehaus.plexus:plexus-component-annotations:jar:1.7.1: ArtifactDescriptorException: Failed to read artifact descriptor for org.codehaus.plexus:plexus-component-annotations:jar:1.7.1: UnresolvableModelException: Failure to transfer org.sonatype.forge:forge-parent:pom:10 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.sonatype.forge:forge-parent:pom:10 from/to central (https://repo.maven.apache.org/maven2): No connector factories available pom.xml /TaskManagerWeb line 63 Maven Project Build Lifecycle Mapping Problem CoreException: Could not get the value for parameter compilerId for plugin execution default-testCompile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven:maven-core:jar:3.0, org.apache.maven:maven-settings:jar:3.0, org.apache.maven:maven-settings-builder:jar:3.0, org.apache.maven:maven-repository-metadata:jar:3.0, org.apache.maven:maven-model-builder:jar:3.0, org.apache.maven:maven-aether-provider:jar:3.0, org.sonatype.aether:aether-impl:jar:1.7, org.sonatype.aether:aether-spi:jar:1.7, org.sonatype.aether:aether-api:jar:1.7, org.sonatype.aether:aether-util:jar:1.7, org.codehaus.plexus:plexus-interpolation:jar:1.14, org.codehaus.plexus:plexus-classworlds:jar:2.2.3, org.codehaus.plexus:plexus-component-annotations:jar:1.7.1, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3, org.sonatype.plexus:plexus-cipher:jar:1.4, org.apache.maven.shared:maven-shared-utils:jar:3.2.1, commons-io:commons-io:jar:2.5, org.apache.maven.shared:maven-shared-incremental:jar:1.1, org.codehaus.plexus:plexus-java:jar:0.9.10, org.codehaus.plexus:plexus-compiler-api:jar:2.8.4, org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4, org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4: Failure to transfer org.apache.maven:maven-core:jar:3.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven:maven-core:jar:3.0 from/to central (https://repo.maven.apache.org/maven2): The operation was cancelled. pom.xml /TaskManagerWeb line 63 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (execution: default-compile, phase: compile) pom.xml /TaskManagerWeb line 63 Maven Project Build Lifecycle Mapping Problem Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (execution: default-testCompile, phase: test-compile) pom.xml /TaskManagerWeb line 63 Maven Project Build Lifecycle Mapping Problem Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix. TaskManagerWeb line 1 Maven Configuration Problem Project configurator "com.genuitec.eclipse.maven.wtp.hibernate.configurator.wtp" required by plugin execution "org.apache.maven.plugins:maven-war-plugin:3.2.3:war (execution: default-war, phase: package)" is not available. To enable full functionality, install the project configurator and run Maven->Update Project Configuration. pom.xml /TaskManagerWeb line 71 Maven Project Build Lifecycle Mapping Problem Project configurator "com.genuitec.eclipse.maven.wtp.spring.configurator.wtp" required by plugin execution "org.apache.maven.plugins:maven-war-plugin:3.2.3:war (execution: default-war, phase: package)" is not available. To enable full functionality, install the project configurator and run Maven->Update Project Configuration. pom.xml /TaskManagerWeb line 71 Maven Project Build Lifecycle Mapping Problem Unhandled exception type SQLException TaskController.java /TaskManagerWeb/src/main/java/com/taskmanager/controller line 57 Java Problem Unhandled exception type SQLException TaskController.java /TaskManagerWeb/src/main/java/com/taskmanager/controller line 69 Java Problem Unhandled exception type SQLException TaskController.java /TaskManagerWeb/src/main/java/com/taskmanager/controller line 80 Java Problem Unhan
05-30
2025-08-19 19:17:58.177 INFO [ restartedMain] tuate.endpoint.web.EndpointLinksResolver <init>: Exposing 1 endpoint(s) beneath base path '/actuator' 2025-08-19 19:17:58.314 WARN [alina-utility-2] s.autoconfigure.OptionalLiveReloadServer startServer: Unable to start LiveReload server 2025-08-19 19:17:58.430 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Preparing: SELECT id_,issuer,service_url,key_store_path,store_password,key_password,key_alias,certificate_path,type_,used_mode,status,created_time,created_user,last_updated_time,last_updated_user,version,serial_number,before_date,after_date,subject_dn,issuer_dn,sig_alg_name,confidence_info FROM t_system_certificate_config WHERE (status = ? AND type_ = ? AND used_mode = ?) ORDER BY last_updated_time DESC 2025-08-19 19:17:58.431 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Parameters: 0(String), ssl(String), dev(String) 2025-08-19 19:17:58.487 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: <== Total: 0 2025-08-19 19:17:58.506 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Preparing: SELECT id_,issuer,service_url,key_store_path,store_password,key_password,key_alias,certificate_path,type_,used_mode,status,created_time,created_user,last_updated_time,last_updated_user,version,serial_number,before_date,after_date,subject_dn,issuer_dn,sig_alg_name,confidence_info FROM t_system_certificate_config WHERE (status = ? AND type_ = ? AND used_mode = ?) ORDER BY last_updated_time DESC 2025-08-19 19:17:58.507 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: ==> Parameters: 0(String), ssl(String), dev(String) 2025-08-19 19:17:58.562 DEBUG SUCCESS [ restartedMain] SystemCertificateConfigMapper.selectList debug: <== Total: 0 2025-08-19 19:17:58.615 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using JSON encoding codec LegacyJacksonJson 2025-08-19 19:17:58.615 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using JSON decoding codec LegacyJacksonJson 2025-08-19 19:17:58.718 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using XML encoding codec XStreamXml 2025-08-19 19:17:58.718 INFO [ restartedMain] scovery.provider.DiscoveryJerseyProvider <init>: Using XML decoding codec XStreamXml 2025-08-19 19:17:58.944 INFO [ restartedMain] ydb.core.internal.license.VersionPrinter info: Flyway Community Edition 7.15.0 by Redgate 2025-08-19 19:17:58.945 INFO [ restartedMain] .internal.database.base.BaseDatabaseType info: Database: jdbc:mysql://7.220.86.254:3306/parntercenter (MySQL 5.7) 2025-08-19 19:18:00.238 INFO [ restartedMain] nal.schemahistory.JdbcTableSchemaHistory info: Repair of failed migration in Schema History table `parntercenter`.`flyway_schema_history` not necessary. No failed migration detected. 2025-08-19 19:18:00.733 INFO [ restartedMain] .flywaydb.core.internal.command.DbRepair info: Successfully repaired schema history table `parntercenter`.`flyway_schema_history` (execution time 00:01.174s). 2025-08-19 19:18:01.182 INFO [ restartedMain] ydb.core.internal.license.VersionPrinter info: Flyway Community Edition 7.15.0 by Redgate 2025-08-19 19:18:02.447 INFO [ restartedMain] lywaydb.core.internal.command.DbValidate info: Successfully validated 911 migrations (execution time 00:00.589s) 2025-08-19 19:18:03.182 INFO [ restartedMain] flywaydb.core.internal.command.DbMigrate info: Current version of schema `parntercenter`: 90.6 2025-08-19 19:18:03.239 INFO [ restartedMain] flywaydb.core.internal.command.DbMigrate info: Schema `parntercenter` is up to date. No migration necessary. 2025-08-19 19:18:03.633 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: ==> Preparing: SELECT org_id orgId, short_org_name orgName, short_org_name_en orgNameEn, parent_id parentId, sort, industry industry, org_type orgType, org_level orgLevel, is_operation isOperation, city_id cityId, IF(expiry_time > NOW(), '1', '0') isValid FROM sys_org org 2025-08-19 19:18:03.634 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: ==> Parameters: 2025-08-19 19:18:03.693 DEBUG SUCCESS [ restartedMain] .sysorg.mapper.SysOrgMapper.selectAllOrg debug: <== Total: 199 2025-08-19 19:18:03.935 INFO [ restartedMain] .security.web.DefaultSecurityFilterChain <init>: Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@77dfad3b, org.springframework.security.web.session.ForceEagerSessionCreationFilter@323c042, org.springframework.security.web.session.ForceEagerSessionCreationFilter@42cd8fcf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7ffa94ed, org.springframework.security.web.context.SecurityContextPersistenceFilter@586f69ac, org.springframework.security.web.header.HeaderWriterFilter@233a9cd7, com.huawei.kunpeng.center.security.config.CsrfTokenResponseHeaderFilter@471155c5, org.springframework.security.web.authentication.logout.LogoutFilter@3832b7c3, org.springframework.security.web.session.ConcurrentSessionFilter@54bfad72, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e750439, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22f3f19b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4dad8e69, org.springframework.security.web.session.SessionManagementFilter@1631de42, org.springframework.security.web.access.ExceptionTranslationFilter@1b049c3b, com.huawei.kunpeng.center.security.config.handler.CustomizeAbstractSecurityInterceptor@538cb1b7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a8fdc05] 2025-08-19 19:18:05.772 WARN [ restartedMain] iguration$LoadBalancerCaffeineWarnLogger logWarning: Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. 2025-08-19 19:18:05.961 WARN [ restartedMain] ybatisplus.core.metadata.TableInfoHelper initTableFields: Can not find table primary key in Class: "com.huawei.kunpeng.center.entity.meetinginfo.TMeetingCOOEntity". 2025-08-19 19:18:06.331 INFO [ restartedMain] cloud.netflix.eureka.InstanceInfoFactory create: Setting initial instance status as: STARTING 2025-08-19 19:18:06.339 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient <init>: Initializing Eureka in region us-east-1 2025-08-19 19:18:06.350 INFO [ restartedMain] hared.resolver.aws.ConfigClusterResolver getClusterEndpoints: Resolving eureka endpoints via configuration 2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Disable delta property : false 2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Single vip registry refresh property : null 2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Force full registry fetch : false 2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Application is null : false 2025-08-19 19:18:06.363 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Registered Applications size is zero : true 2025-08-19 19:18:06.364 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient fetchRegistry: Application version is -1: true 2025-08-19 19:18:06.364 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient getAndStoreFullRegistry: Getting all instance registry info from the eureka server 2025-08-19 19:18:06.564 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient getAndStoreFullRegistry: The response status is 200 2025-08-19 19:18:06.567 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient initScheduledTasks: Starting heartbeat executor: renew interval is: 5 2025-08-19 19:18:06.570 INFO [ restartedMain] netflix.discovery.InstanceInfoReplicator <init>: InstanceInfoReplicator onDemand update allowed rate per min is 4 2025-08-19 19:18:06.574 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient <init>: Discovery Client initialized at timestamp 1755602286573 with initial instances count: 2 2025-08-19 19:18:06.586 INFO [ restartedMain] ka.serviceregistry.EurekaServiceRegistry register: Registering application PARTNER-SERVICE with eureka with status UP 2025-08-19 19:18:06.588 INFO [ restartedMain] com.netflix.discovery.DiscoveryClient notify: Saw local status change event StatusChangeEvent [timestamp=1755602286588, current=UP, previous=STARTING] 2025-08-19 19:18:06.591 INFO [nfoReplicator-0] com.netflix.discovery.DiscoveryClient register: DiscoveryClient_PARTNER-SERVICE/127.0.0.1:8080: registering service... 2025-08-19 19:18:06.591 INFO [ restartedMain] g.apache.coyote.http11.Http11NioProtocol log: Starting ProtocolHandler ["https-jsse-nio-8080"] 2025-08-19 19:18:06.605 WARN [ restartedMain] org.apache.tomcat.util.net.jsse.JSSEUtil log: Some of the specified [protocols] are not supported by the SSL engine and have been skipped: [[TLSv1.3]] 2025-08-19 19:18:06.697 INFO [nfoReplicator-0] com.netflix.discovery.DiscoveryClient register: DiscoveryClient_PARTNER-SERVICE/127.0.0.1:8080 - registration status: 204 2025-08-19 19:18:06.783 INFO [ restartedMain] .tomcat.util.net.NioEndpoint.certificate log: Connector [https-jsse-nio-8080], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [file:/D:/workspace/PartnerCenter/project-configs/certificate/ssl/dev/cert.pfx] using alias [tomcat] with trust store [null] 2025-08-19 19:18:06.796 INFO [ restartedMain] boot.web.embedded.tomcat.TomcatWebServer start: Tomcat started on port(s): 8080 (https) with context path '/partnerservice' 2025-08-19 19:18:06.796 INFO [ restartedMain] ceregistry.EurekaAutoServiceRegistration onApplicationEvent: Updating port to 8080 2025-08-19 19:18:09.299 ERROR [ restartedMain] plugins.DocumentationPluginsBootstrapper scanDocumentation: Unable to scan documentation context default java.lang.NullPointerException: null at springfox.documentation.schema.Example.equals(Example.java:131) ~[springfox-core-3.0.0.jar:3.0.0] at java.util.Objects.equals(Objects.java:59) ~[?:1.8.0_262] at springfox.documentation.service.RequestParameter.equals(RequestParameter.java:132) ~[springfox-core-3.0.0.jar:3.0.0] at java.util.HashMap.putVal(HashMap.java:648) ~[?:1.8.0_262] at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_262] at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_262] at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:1.8.0_262] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_262] at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_262] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_262] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_262] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_262] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_262] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_262] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_262] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_262] at springfox.documentation.spring.web.readers.operation.OperationParameterReader.apply(OperationParameterReader.java:93) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.plugins.DocumentationPluginsManager.operation(DocumentationPluginsManager.java:144) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.readers.operation.ApiOperationReader.read(ApiOperationReader.java:72) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.scanners.CachingOperationReader.lambda$new$0(CachingOperationReader.java:43) ~[springfox-spring-web-3.0.0.jar:3.0.0] at java.util.HashMap.computeIfAbsent(HashMap.java:1127) ~[?:1.8.0_262] at springfox.documentation.spring.web.scanners.CachingOperationReader.read(CachingOperationReader.java:48) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.scanners.ApiDescriptionReader.read(ApiDescriptionReader.java:72) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.scanners.ApiListingScanner.scan(ApiListingScanner.java:169) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.scanners.ApiDocumentationScanner.scan(ApiDocumentationScanner.java:67) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.plugins.AbstractDocumentationPluginsBootstrapper.scanDocumentation(AbstractDocumentationPluginsBootstrapper.java:96) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.plugins.AbstractDocumentationPluginsBootstrapper.bootstrapDocumentationPlugins(AbstractDocumentationPluginsBootstrapper.java:82) ~[springfox-spring-web-3.0.0.jar:3.0.0] at springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper.start(DocumentationPluginsBootstrapper.java:100) ~[springfox-spring-web-3.0.0.jar:3.0.0] at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:179) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:357) ~[spring-context-5.3.31.jar:5.3.31] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_262] at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:156) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:124) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:946) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:594) ~[spring-context-5.3.31.jar:5.3.31] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) ~[spring-boot-2.7.18.jar:2.7.18] at com.huawei.kunpeng.center.PartnerApplication.main(PartnerApplication.java:72) ~[classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_262] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_262] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262] at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50) ~[spring-boot-devtools-2.7.18.jar:2.7.18] 2025-08-19 19:18:09.343 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication logStarted: Started PartnerApplication in 84.453 seconds (JVM running for 85.594) 2025-08-19 19:18:09.359 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache start!!! 2025-08-19 19:18:09.370 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Preparing: SELECT id,sheet_name,parent_title_name,title_name,is_need,is_unique,entity_class_name AS className,service_class_name,field_name,field_enum,field_enum_mapping,split_char,is_public_default,dict_id,del_flag,create_time AS createdTime,last_updated_time FROM t_excel_title_head WHERE (del_flag = ?) 2025-08-19 19:18:09.371 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Parameters: 0(Integer) 2025-08-19 19:18:09.489 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: <== Total: 102 2025-08-19 19:18:09.510 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Preparing: SELECT id,row_num,field,title,config_name,row_span,col_span,width,high,align,foreground_color,font_color,is_dict,del_flag AS isDel FROM t_excel_export_head WHERE (del_flag = ?) 2025-08-19 19:18:09.511 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Parameters: 0(Integer) 2025-08-19 19:18:09.638 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: <== Total: 1037 2025-08-19 19:18:09.678 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Preparing: select * from t_dictionary_detail where status_=0 2025-08-19 19:18:09.679 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Parameters: 2025-08-19 19:18:10.074 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: <== Total: 8606 2025-08-19 19:18:11.741 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Preparing: select t.* from t_dictionary t where 1=1 and status_!=-1 and id_ != 176 2025-08-19 19:18:11.741 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Parameters: 2025-08-19 19:18:11.870 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: <== Total: 532 2025-08-19 19:18:11.895 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: ==> Preparing: SELECT id_ id, parent_id parentId, name_ `name`, area_level level FROM t_administrative_region WHERE id_ != '86' and status_ = '0' 2025-08-19 19:18:11.895 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: ==> Parameters: 2025-08-19 19:18:12.016 DEBUG SUCCESS [ restartedMain] mapper.AdaptationProjectMapper.getRegion debug: <== Total: 3671 2025-08-19 19:18:12.066 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache end!!! 2025-08-19 19:18:12.066 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache start!!! 2025-08-19 19:18:12.066 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Preparing: SELECT id,sheet_name,parent_title_name,title_name,is_need,is_unique,entity_class_name AS className,service_class_name,field_name,field_enum,field_enum_mapping,split_char,is_public_default,dict_id,del_flag,create_time AS createdTime,last_updated_time FROM t_excel_title_head WHERE (del_flag = ?) 2025-08-19 19:18:12.066 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: ==> Parameters: 0(Integer) 2025-08-19 19:18:12.129 DEBUG SUCCESS [ restartedMain] .excel.ExcelImportTitleMapper.selectList debug: <== Total: 102 2025-08-19 19:18:12.131 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Preparing: SELECT id,row_num,field,title,config_name,row_span,col_span,width,high,align,foreground_color,font_color,is_dict,del_flag AS isDel FROM t_excel_export_head WHERE (del_flag = ?) 2025-08-19 19:18:12.131 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: ==> Parameters: 0(Integer) 2025-08-19 19:18:12.197 DEBUG SUCCESS [ restartedMain] .excel.ExcelExportTitleMapper.selectList debug: <== Total: 1037 2025-08-19 19:18:12.201 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Preparing: select * from t_dictionary_detail where status_=0 2025-08-19 19:18:12.203 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: ==> Parameters: 2025-08-19 19:18:12.499 DEBUG SUCCESS [ restartedMain] onaryDetailTreeMapper.selectDictByDictId debug: <== Total: 8606 2025-08-19 19:18:13.996 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Preparing: select t.* from t_dictionary t where 1=1 and status_!=-1 and id_ != 176 2025-08-19 19:18:13.997 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: ==> Parameters: 2025-08-19 19:18:14.111 DEBUG SUCCESS [ restartedMain] per.TDictionaryTreeMapper.selectDictList debug: <== Total: 532 2025-08-19 19:18:14.133 INFO SUCCESS [ restartedMain] huawei.kunpeng.center.PartnerApplication loadLocalCache: PartnerApplication.loadLocalCache load cache end!!! 2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] e.[Tomcat].[localhost].[/partnerservice] log: Initializing Spring DispatcherServlet 'dispatcherServlet' 2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] gframework.web.servlet.DispatcherServlet initServletBean: Initializing Servlet 'dispatcherServlet' 2025-08-19 19:18:14.647 INFO [1)-10.165.36.79] gframework.web.servlet.DispatcherServlet initServletBean: Completed initialization in 0 ms 2025-08-19 19:18:14.718 INFO [4)-10.165.36.79] com.alibaba.druid.pool.DruidDataSource init: {dataSource-3} inited 2025-08-19 19:18:15.326 INFO [4)-10.165.36.79] com.alibaba.druid.pool.DruidDataSource init: {dataSource-4} inited
08-20
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值