这是末尾信息,各位大牛帮帮我吧!谢谢!
INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4123f911: startup date [Tue Sep 07 16:03:01 CST 2021]; root of context hierarchy
2021-09-07 16:04:06.422 [localhost-startStop-1] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
2021-09-07 16:04:06.454 [localhost-startStop-1] INFO o.a.e.impl.asyncexecutor.AbstractAsyncJobExecutor - Shutting down the default async job executor [org.activiti.spring.SpringAsyncExecutor].
2021-09-07 16:04:06.457 [Thread-9] INFO o.a.e.impl.asyncexecutor.AcquireTimerJobsRunnable - stopped async job due acquisition
2021-09-07 16:04:06.457 [Thread-10] INFO o.a.e.i.asyncexecutor.AcquireAsyncJobsDueRunnable - stopped async job due acquisition
现在本地运行一下项目,在进行部署,本地运行没问题,在进行打包,例如打成jar包后,使用java -jar xxx.jar运行打包后的项目,看看有没有错,没错的话在进行服务器部署,另外说一句java报错原因一般都在报错的前几行,你给结尾信息根本没用
调调日志级别,你这能看得出啥 - -
谢谢大家帮忙看一下吧 QAQ
2021-09-07 16:17:49.156 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.164 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/diEdit.com.stone.core.controller.file.management.VlpDiController.deptEdit.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.171 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/diEdit.com.stone.core.controller.file.management.VlpDiController.deptEdit.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.174 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method deptEdit was vlp-di-controller
2021-09-07 16:17:49.177 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method deptEdit was vlp-di-controller
2021-09-07 16:17:49.179 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: deptEditUsingGET_3
2021-09-07 16:17:49.181 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.183 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.185 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.189 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.195 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/listPage.com.stone.core.controller.file.management.VlpDiController.listPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.198 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/listPage.com.stone.core.controller.file.management.VlpDiController.listPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.203 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage was vlp-di-controller
2021-09-07 16:17:49.205 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage was vlp-di-controller
2021-09-07 16:17:49.207 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: listPageUsingGET_23
2021-09-07 16:17:49.215 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.217 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.220 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.222 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.228 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/listPage1.com.stone.core.controller.file.management.VlpDiController.listPage1.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.235 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/listPage1.com.stone.core.controller.file.management.VlpDiController.listPage1.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.239 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage1 was vlp-di-controller
2021-09-07 16:17:49.246 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage1 was vlp-di-controller
2021-09-07 16:17:49.248 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: listPage1UsingGET_1
2021-09-07 16:17:49.251 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Void(true)
2021-09-07 16:17:49.252 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Void(true)
2021-09-07 16:17:49.255 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Void(true)
2021-09-07 16:17:49.257 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Void(true)
2021-09-07 16:17:49.260 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/realData.com.stone.core.controller.file.management.VlpDiController.realData.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.263 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/realData.com.stone.core.controller.file.management.VlpDiController.realData.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.270 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method realData was vlp-di-controller
2021-09-07 16:17:49.275 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method realData was vlp-di-controller
2021-09-07 16:17:49.279 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method realData was vlp-di-controller
2021-09-07 16:17:49.281 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method realData was vlp-di-controller
2021-09-07 16:17:49.284 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:49.286 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:49.293 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:49.296 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:49.298 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.common.entity.http.LayuiTreeResult(true)
2021-09-07 16:17:49.300 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.common.entity.http.LayuiTreeResult(true)
2021-09-07 16:17:49.303 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/diTree.com.stone.core.controller.file.management.VlpDiController.tree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.309 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/diTree.com.stone.core.controller.file.management.VlpDiController.tree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.313 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was vlp-di-controller
2021-09-07 16:17:49.319 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was vlp-di-controller
2021-09-07 16:17:49.326 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: treeUsingPOST_2
2021-09-07 16:17:49.328 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was vlp-di-controller
2021-09-07 16:17:49.330 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was vlp-di-controller
2021-09-07 16:17:49.331 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: treeUsingGET_5
2021-09-07 16:17:49.334 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.336 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.339 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.341 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.348 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.VlpDi(false)
2021-09-07 16:17:49.350 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.stone.core.entity.sys.VlpDi(false)
2021-09-07 16:17:49.357 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.VlpDi(false)
2021-09-07 16:17:49.360 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.stone.core.entity.sys.VlpDi(false)
2021-09-07 16:17:49.362 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/di/updateDi.com.stone.core.controller.file.management.VlpDiController.updateAi.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.365 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/di/updateDi.com.stone.core.controller.file.management.VlpDiController.updateAi.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.375 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method updateAi was vlp-di-controller
2021-09-07 16:17:49.377 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method updateAi was vlp-di-controller
2021-09-07 16:17:49.383 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateAiUsingPOST_1
2021-09-07 16:17:49.391 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.393 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.395 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.398 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.400 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.403 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.405 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/year/datasPage.com.stone.core.controller.control.YearController.companyMapPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.412 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/year/datasPage.com.stone.core.controller.control.YearController.companyMapPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.416 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method companyMapPage was year-controller
2021-09-07 16:17:49.422 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method companyMapPage was year-controller
2021-09-07 16:17:49.424 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: companyMapPageUsingGET_8
2021-09-07 16:17:49.427 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.entity.control.ControlEntity>(true)
2021-09-07 16:17:49.429 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.entity.control.ControlEntity>(true)
2021-09-07 16:17:49.432 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.entity.control.ControlEntity>(true)
2021-09-07 16:17:49.438 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.entity.control.ControlEntity>(true)
2021-09-07 16:17:49.441 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.entity.control.ControlEntity(true)
2021-09-07 16:17:49.446 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.entity.control.ControlEntity(true)
2021-09-07 16:17:49.454 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/year/getCompanyResult.com.stone.core.controller.control.YearController.getCompanyResult.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.457 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/year/getCompanyResult.com.stone.core.controller.control.YearController.getCompanyResult.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.461 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getCompanyResult was year-controller
2021-09-07 16:17:49.463 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getCompanyResult was year-controller
2021-09-07 16:17:49.465 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: getCompanyResultUsingPOST_1
2021-09-07 16:17:49.468 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.common.entity.http.BootstrapTableResult(true)
2021-09-07 16:17:49.541 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.stone.core.common.entity.http.BootstrapTableResult(true)
2021-09-07 16:17:49.544 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.common.entity.http.BootstrapTableResult(true)
2021-09-07 16:17:49.547 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.stone.core.common.entity.http.BootstrapTableResult(true)
2021-09-07 16:17:49.549 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/year/getResult.com.stone.core.controller.control.YearController.getRtuResult.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.552 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/year/getResult.com.stone.core.controller.control.YearController.getRtuResult.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.558 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getRtuResult was year-controller
2021-09-07 16:17:49.561 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getRtuResult was year-controller
2021-09-07 16:17:49.567 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: getRtuResultUsingGET_1
2021-09-07 16:17:49.573 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.zTreeResult2>(true)
2021-09-07 16:17:49.580 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.common.entity.http.zTreeResult2>(true)
2021-09-07 16:17:49.583 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.zTreeResult2>(true)
2021-09-07 16:17:49.585 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.common.entity.http.zTreeResult2>(true)
2021-09-07 16:17:49.588 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.common.entity.http.zTreeResult2(true)
2021-09-07 16:17:49.590 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.common.entity.http.zTreeResult2(true)
2021-09-07 16:17:49.593 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/year/tree.com.stone.core.controller.control.YearController.getTree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.595 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/year/tree.com.stone.core.controller.control.YearController.getTree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.602 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getTree was year-controller
2021-09-07 16:17:49.604 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getTree was year-controller
2021-09-07 16:17:49.606 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: getTreeUsingGET_9
2021-09-07 16:17:49.612 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.615 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.617 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.619 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.621 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.627 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.632 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/year/list.com.stone.core.controller.control.YearController.list.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.637 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/year/list.com.stone.core.controller.control.YearController.list.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.645 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method list was year-controller
2021-09-07 16:17:49.647 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method list was year-controller
2021-09-07 16:17:49.648 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: listUsingGET_8
2021-09-07 16:17:49.651 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.654 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.656 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.659 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.668 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.670 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.677 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.679 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:49.682 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.684 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.687 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.694 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.696 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/addZero.com.stone.core.controller.file.management.ZeroController.addHostSrv.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.701 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/addZero.com.stone.core.controller.file.management.ZeroController.addHostSrv.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.711 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method addHostSrv was zero-controller
2021-09-07 16:17:49.713 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method addHostSrv was zero-controller
2021-09-07 16:17:49.715 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: addHostSrvUsingPOST_5
2021-09-07 16:17:49.718 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.720 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.723 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.725 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.731 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/deleteAll.com.stone.core.controller.file.management.ZeroController.deleteAll.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.734 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/deleteAll.com.stone.core.controller.file.management.ZeroController.deleteAll.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.744 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method deleteAll was zero-controller
2021-09-07 16:17:49.746 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method deleteAll was zero-controller
2021-09-07 16:17:49.748 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: deleteAllUsingPOST_19
2021-09-07 16:17:49.752 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.758 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.761 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.763 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.771 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/mEventParam.com.stone.core.controller.file.management.ZeroController.getEventParam.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.775 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/mEventParam.com.stone.core.controller.file.management.ZeroController.getEventParam.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.779 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getEventParam was zero-controller
2021-09-07 16:17:49.781 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getEventParam was zero-controller
2021-09-07 16:17:49.783 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getEventParam was zero-controller
2021-09-07 16:17:49.785 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getEventParam was zero-controller
2021-09-07 16:17:49.788 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.791 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.796 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.799 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.806 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.common.entity.http.Select2Result(true)
2021-09-07 16:17:49.808 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.common.entity.http.Select2Result(true)
2021-09-07 16:17:49.811 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/zeroListByComId.com.stone.core.controller.file.management.ZeroController.getZeroListByComId.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.814 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/zeroListByComId.com.stone.core.controller.file.management.ZeroController.getZeroListByComId.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.822 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getZeroListByComId was zero-controller
2021-09-07 16:17:49.824 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method getZeroListByComId was zero-controller
2021-09-07 16:17:49.827 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: getZeroListByComIdUsingGET_1
2021-09-07 16:17:49.831 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.838 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.840 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.843 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:49.845 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/listPage.com.stone.core.controller.file.management.ZeroController.listPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.848 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/listPage.com.stone.core.controller.file.management.ZeroController.listPage.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.852 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage was zero-controller
2021-09-07 16:17:49.854 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method listPage was zero-controller
2021-09-07 16:17:49.860 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: listPageUsingGET_24
2021-09-07 16:17:49.864 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.870 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.872 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.874 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.877 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.884 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.887 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/zeroEdit.com.stone.core.controller.file.management.ZeroController.meterProdInfoEdit.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.894 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/zeroEdit.com.stone.core.controller.file.management.ZeroController.meterProdInfoEdit.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.903 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method meterProdInfoEdit was zero-controller
2021-09-07 16:17:49.905 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method meterProdInfoEdit was zero-controller
2021-09-07 16:17:49.907 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: meterProdInfoEditUsingGET_15
2021-09-07 16:17:49.910 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.913 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.916 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.918 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.924 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.927 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.934 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/page.com.stone.core.controller.file.management.ZeroController.page.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.936 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/page.com.stone.core.controller.file.management.ZeroController.page.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.942 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method page was zero-controller
2021-09-07 16:17:49.948 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method page was zero-controller
2021-09-07 16:17:49.950 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageUsingGET_35
2021-09-07 16:17:49.953 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.956 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.961 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.966 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key org.springframework.web.servlet.ModelAndView(true)
2021-09-07 16:17:49.968 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.971 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key org.springframework.web.servlet.View(true)
2021-09-07 16:17:49.973 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/page1.com.stone.core.controller.file.management.ZeroController.page1.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.976 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/page1.com.stone.core.controller.file.management.ZeroController.page1.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:49.980 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method page1 was zero-controller
2021-09-07 16:17:49.982 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method page1 was zero-controller
2021-09-07 16:17:49.988 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.990 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:49.997 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:50.000 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.common.entity.http.Select2Result>(true)
2021-09-07 16:17:50.002 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.common.entity.http.Select2Result(true)
2021-09-07 16:17:50.005 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.common.entity.http.Select2Result(true)
2021-09-07 16:17:50.012 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/selectListRoute.com.stone.core.controller.file.management.ZeroController.selectListRoute.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.015 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/selectListRoute.com.stone.core.controller.file.management.ZeroController.selectListRoute.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.020 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method selectListRoute was zero-controller
2021-09-07 16:17:50.024 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method selectListRoute was zero-controller
2021-09-07 16:17:50.030 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:50.032 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:50.035 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:50.037 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.util.List<com.stone.core.common.entity.http.LayuiTreeResult>(true)
2021-09-07 16:17:50.040 [localhost-startStop-1] INFO s.d.schema.property.ModelPropertiesKeyGenerator - Cache key generated: com.stone.core.common.entity.http.LayuiTreeResult(true)
2021-09-07 16:17:50.042 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.stone.core.common.entity.http.LayuiTreeResult(true)
2021-09-07 16:17:50.045 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/zeroTree.com.stone.core.controller.file.management.ZeroController.tree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.051 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/zeroTree.com.stone.core.controller.file.management.ZeroController.tree.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.055 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was zero-controller
2021-09-07 16:17:50.061 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method tree was zero-controller
2021-09-07 16:17:50.063 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: treeUsingGET_6
2021-09-07 16:17:50.065 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:50.067 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:50.070 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:50.077 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.stone.core.entity.sys.dept.VlpZero(false)
2021-09-07 16:17:50.079 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:50.082 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:50.085 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:50.091 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.alibaba.fastjson.JSONObject(true)
2021-09-07 16:17:50.094 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/updateZero.com.stone.core.controller.file.management.ZeroController.updateHostSrv.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.097 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/updateZero.com.stone.core.controller.file.management.ZeroController.updateHostSrv.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.102 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method updateHostSrv was zero-controller
2021-09-07 16:17:50.105 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method updateHostSrv was zero-controller
2021-09-07 16:17:50.106 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateHostSrvUsingPOST_6
2021-09-07 16:17:50.109 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.common.entity.http.HttpResult(true)
2021-09-07 16:17:50.113 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.stone.core.common.entity.http.HttpResult(true)
2021-09-07 16:17:50.116 [localhost-startStop-1] INFO s.documentation.schema.ModelContextKeyGenerator - Cache Key Generated: com.stone.core.common.entity.http.HttpResult(true)
2021-09-07 16:17:50.118 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.stone.core.common.entity.http.HttpResult(true)
2021-09-07 16:17:50.125 [localhost-startStop-1] INFO s.documentation.spring.web.OperationsKeyGenerator - Cache key generated: /sys/zero/uploadImg.com.stone.core.controller.file.management.ZeroController.uploadsiteImg.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.128 [localhost-startStop-1] INFO s.documentation.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /sys/zero/uploadImg.com.stone.core.controller.file.management.ZeroController.uploadsiteImg.DefaultGenericTypeNamingStrategy
2021-09-07 16:17:50.134 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method uploadsiteImg was zero-controller
2021-09-07 16:17:50.141 [localhost-startStop-1] INFO s.d.s.web.ClassOrApiAnnotationResourceGrouping - Group for method uploadsiteImg was zero-controller
2021-09-07 16:17:50.143 [localhost-startStop-1] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: uploadsiteImgUsingPOST_1
2021-09-07 16:17:50.220 [localhost-startStop-1] INFO com.stone.core.BambooApplication - Started BambooApplication in 69.416 seconds (JVM running for 108.351)
2021-09-07 16:17:50.537 [localhost-startStop-1] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@db9712d: startup date [Tue Sep 07 16:16:44 CST 2021]; root of context hierarchy
2021-09-07 16:17:50.563 [localhost-startStop-1] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
2021-09-07 16:17:50.596 [localhost-startStop-1] INFO o.a.e.impl.asyncexecutor.AbstractAsyncJobExecutor - Shutting down the default async job executor [org.activiti.spring.SpringAsyncExecutor].
2021-09-07 16:17:50.599 [Thread-9] INFO o.a.e.impl.asyncexecutor.AcquireTimerJobsRunnable - stopped async job due acquisition
2021-09-07 16:17:50.599 [Thread-10] INFO o.a.e.i.asyncexecutor.AcquireAsyncJobsDueRunnable - stopped async job due acquisition
你好,你这个问题我以前也遇到过,你把打包的war后缀改为rar解压后查看里面的lib文件是否都有你导入的库文件,没有的手动加入就可以了.如果都有,可能我们的错误不是一样的