application-webadmin-2022-12-05-0.log 125 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. [INFO ] [2022-12-05 11:43:27] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 20812 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
  2. [INFO ] [2022-12-05 11:43:27] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  3. [INFO ] [2022-12-05 11:43:27] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  4. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  5. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  6. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 193 ms. Found 17 JPA repository interfaces.
  7. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  8. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  9. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  10. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  11. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  12. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  13. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  14. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  15. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  16. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  17. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  18. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  19. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  20. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  21. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  22. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  23. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  24. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  25. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  26. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
  27. [INFO ] [2022-12-05 11:43:29] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$f0bae805] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  28. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  29. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  30. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  31. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  32. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  33. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2642 ms
  34. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  35. [ERROR] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
  36. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  37. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  38. [INFO ] [2022-12-05 11:43:30] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  39. [INFO ] [2022-12-05 11:43:31] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  40. [INFO ] [2022-12-05 11:43:31] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  41. [INFO ] [2022-12-05 11:43:31] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  42. [INFO ] [2022-12-05 11:43:35] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  43. [INFO ] [2022-12-05 11:43:35] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  44. [INFO ] [2022-12-05 11:43:36] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  45. [INFO ] [2022-12-05 11:43:36] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
  46. [INFO ] [2022-12-05 11:43:36] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
  47. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
  48. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  49. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
  50. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  51. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
  52. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  53. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
  54. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  55. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
  56. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  57. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
  58. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  59. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
  60. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  61. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
  62. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  63. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
  64. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  65. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
  66. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  67. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
  68. [WARN ] [2022-12-05 11:43:37] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  69. [WARN ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
  70. [WARN ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  71. [WARN ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
  72. [WARN ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  73. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  74. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  75. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  76. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  77. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  78. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  79. [INFO ] [2022-12-05 11:43:38] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  80. [INFO ] [2022-12-05 11:43:39] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  81. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  82. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  83. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  84. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> IdmEngine default created
  85. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  86. [INFO ] [2022-12-05 11:43:42] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  87. [DEBUG] [2022-12-05 11:43:43] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
  88. [DEBUG] [2022-12-05 11:43:43] T:[] S:[] U:[] [main] ==> ==> Parameters:
  89. [DEBUG] [2022-12-05 11:43:43] T:[] S:[] U:[] [main] ==> <== Total: 1
  90. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> 自定义配置项:
  91. AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
  92. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@42f623e1, ORIGINAL=[Ljava.lang.String;@54514d20, PIC_CLICK=[Ljava.lang.String;@69519536]
  93. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  94. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  95. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  96. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  97. [WARN ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  98. [INFO ] [2022-12-05 11:43:45] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  99. [WARN ] [2022-12-05 11:43:46] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
  100. [INFO ] [2022-12-05 11:43:47] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  101. [INFO ] [2022-12-05 11:43:47] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  102. [INFO ] [2022-12-05 11:43:47] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 20.18 seconds (JVM running for 21.188)
  103. [INFO ] [2022-12-05 11:43:48] T:[] S:[] U:[] [RMI TCP Connection(5)-192.168.2.194] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  104. [INFO ] [2022-12-05 11:43:48] T:[] S:[] U:[] [RMI TCP Connection(5)-192.168.2.194] ==> Initializing Servlet 'dispatcherServlet'
  105. [INFO ] [2022-12-05 11:43:48] T:[] S:[] U:[] [RMI TCP Connection(5)-192.168.2.194] ==> Completed initialization in 2 ms
  106. [ERROR] [2022-12-05 11:52:10] T:[] S:[] U:[] [http-nio-8077-exec-2] ==> Token Expired
  107. io.jsonwebtoken.ExpiredJwtException: JWT expired at 2022-12-03T14:37:18Z. Current time: 2022-12-05T11:52:10Z, a difference of 162892612 milliseconds. Allowed clock skew: 0 milliseconds.
  108. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:385)
  109. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:481)
  110. at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:541)
  111. at com.ankaibei.workFlow.common.core.util.JwtUtil.parseToken(JwtUtil.java:74)
  112. at com.ankaibei.workFlow.webadmin.interceptor.AuthenticationInterceptor.preHandle(AuthenticationInterceptor.java:59)
  113. at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148)
  114. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1062)
  115. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  116. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  117. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  118. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  119. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  120. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  121. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  122. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  123. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  124. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  125. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  126. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  127. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  128. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  129. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  130. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  131. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  132. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  133. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  134. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  135. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  136. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  137. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  138. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  139. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  140. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  141. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  142. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  143. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  144. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  145. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  146. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  147. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  148. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  149. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  150. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  151. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  152. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  153. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  154. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  155. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  156. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  157. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  158. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  159. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  160. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  161. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  162. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  163. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  164. at java.lang.Thread.run(Thread.java:748)
  165. [INFO ] [2022-12-05 11:52:10] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> 开始请求, url=/api/admin/upms/login/doLogin, reqData={"password":"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D","loginName":"liuchengjing"}
  166. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,login_name,password,show_name,dept_id,user_type,head_image_url,user_status,email,mobile,deleted_flag,create_user_id,update_user_id,create_time,update_time,region,job_number FROM work_sys_user WHERE login_name=? AND deleted_flag=1
  167. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: liuchengjing(String)
  168. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  169. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,dept_post_id,post_id FROM work_sys_user_post WHERE user_id=?
  170. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  171. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  172. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,role_id FROM work_sys_user_role WHERE user_id=?
  173. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  174. [DEBUG] [2022-12-05 11:52:11] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  175. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT m.* FROM work_sys_user_role ur, work_sys_role_menu rm, work_sys_menu m WHERE ur.user_id = ? AND ur.role_id = rm.role_id AND rm.menu_id = m.menu_id ORDER BY m.show_order
  176. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  177. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 38
  178. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT pc.perm_code FROM work_sys_user_role ur, work_sys_role_menu rm, work_sys_menu_perm_code mpc, work_sys_perm_code pc WHERE ur.user_id = ? AND ur.role_id = rm.role_id AND rm.menu_id = mpc.menu_id AND mpc.perm_code_id = pc.perm_code_id
  179. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  180. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 31
  181. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT perm_url,module_name,perm_name FROM work_sys_perm_whitelist
  182. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters:
  183. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 50
  184. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT m.menu_id menuId, p.url url FROM work_sys_role_menu rm, work_sys_menu_perm_code mpc, work_sys_perm_code_perm pcp, work_sys_perm p, work_sys_menu m WHERE rm.role_id IN ( ? ) AND rm.menu_id = m.menu_id AND rm.menu_id = mpc.menu_id AND mpc.perm_code_id = pcp.perm_code_id AND pcp.perm_id = p.perm_id ORDER BY m.menu_type
  185. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1575681957692444672(Long)
  186. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 168
  187. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT work_sys_data_perm.*, work_sys_data_perm_dept.*, work_sys_data_perm_menu.* FROM work_sys_data_perm_user INNER JOIN work_sys_data_perm ON work_sys_data_perm_user.data_perm_id = work_sys_data_perm.data_perm_id LEFT JOIN work_sys_data_perm_dept ON work_sys_data_perm.data_perm_id = work_sys_data_perm_dept.data_perm_id LEFT JOIN work_sys_data_perm_menu ON work_sys_data_perm.data_perm_id = work_sys_data_perm_menu.data_perm_id WHERE work_sys_data_perm_user.user_id = ?
  188. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  189. [DEBUG] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 12
  190. [INFO ] [2022-12-05 11:52:12] T:[6e3a9df9d7164881bcf32b87dbbae0a3] S:[] U:[] [http-nio-8077-exec-2] ==> 请求完成, url=/api/admin/upms/login/doLogin, elapse=1792ms, respData={"code":"200","data":{"showName":"刘成静","tokenData":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJleHAiOjE2NzAyODQzMzEsInNlc3Npb25JZCI6ImxpdWNoZW5namluZ180XzdkMjk5NTQ1Zjc4NjQ4OThhZDQxOTg5MWQxYTc1NDg2IiwiQ3JlYXRlZFRpbWUiOjE2NzAyMTIzMzE5MjJ9.d-AclfzGCYIoUr5eqRsKV_GTunUttLEy63Wb7D0_PNJm7Xn9YQso0BlI5V5hA_iiAeUEPIOdDkAiq_hAeIJtFw","headImageUrl":"[{\"downloadUri\":\"/admin/upms/login/downloadHeadImage\",\"filename\":\"0f29f8a0b40243548d19f7dfbe47cd7c.jpg\",\"uploadFailed\":false,\"uploadPath\":\"./zz-resource/upload-files/app/image/SysUser/headImageUrl\"}]","isAdmin":false},"msg":"请求成功"}
  191. [DEBUG] [2022-12-05 11:52:13] T:[] S:[] U:[] [task-1] ==> ==> Preparing: INSERT INTO zz_sys_operation_log ( log_id, description, operation_type, service_name, api_class, api_method, trace_id, elapse, request_method, request_url, request_arguments, request_ip, success, operation_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
  192. [DEBUG] [2022-12-05 11:52:13] T:[] S:[] U:[] [task-1] ==> ==> Parameters: 1599612569738285056(Long), (String), 0(Integer), application-webadmin(String), com.ankaibei.workFlow.webadmin.upms.controller.LoginController(String), com.ankaibei.workFlow.webadmin.upms.controller.LoginController.doLogin(String), 6e3a9df9d7164881bcf32b87dbbae0a3(String), 1805(Long), POST(String), /api/admin/upms/login/doLogin(String), {"password":"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D","loginName":"liuchengjing"}(String), 0:0:0:0:0:0:0:1(String), true(Boolean), 2022-12-05 11:52:10.647(Timestamp)
  193. [DEBUG] [2022-12-05 11:52:13] T:[] S:[] U:[] [task-1] ==> <== Updates: 1
  194. [ERROR] [2022-12-05 11:52:24] T:[] S:[] U:[] [http-nio-8077-exec-4] ==> Unhandled exception from URL [/api/cost/findCostInfoAll]
  195. org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.ankaibei.workFlow.webadmin.ankaibei.vo.ResMsg com.ankaibei.workFlow.webadmin.ankaibei.controller.CostInfoController.findCostInfoAll(com.ankaibei.workFlow.webadmin.ankaibei.vo.CostInfoVo)
  196. at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:163)
  197. at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:133)
  198. at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)
  199. at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)
  200. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)
  201. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  202. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  203. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  204. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  205. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  206. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  207. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  208. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  209. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  210. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  211. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  212. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  213. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  214. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  215. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  216. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  217. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  218. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  219. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  220. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  221. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  222. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  223. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  224. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  225. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  226. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  227. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  228. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  229. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  230. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  231. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  232. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  233. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  234. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  235. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  236. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  237. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  238. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  239. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  240. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  241. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  242. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  243. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  244. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  245. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  246. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  247. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  248. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  249. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  250. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  251. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  252. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  253. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  254. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  255. at java.lang.Thread.run(Thread.java:748)
  256. [INFO ] [2022-12-05 11:52:54] T:[6ee8fc5ec7f246658320fe8d6111f07f] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-3] ==> 开始请求, url=/api/cost/findCostInfoAll, reqData={"costInfoVo":{"flowTaskStatus":3,"pageIndex":1,"pageSize":99,"processInstanceId":""}}
  257. [INFO ] [2022-12-05 11:52:54] T:[6ee8fc5ec7f246658320fe8d6111f07f] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-3] ==> 请求完成, url=/api/cost/findCostInfoAll, elapse=87ms, respData={"code":"200","data":{"content":[],"totalElements":0},"msg":"请求成功"}
  258. [INFO ] [2022-12-05 11:53:08] T:[852a5da707044bce96540d747311d7e1] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-6] ==> 开始请求, url=/api/cost/findCostInfoAll, reqData={"costInfoVo":{"flowTaskStatus":3,"pageIndex":1,"pageSize":99,"processInstanceId":""}}
  259. [INFO ] [2022-12-05 11:53:08] T:[852a5da707044bce96540d747311d7e1] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-6] ==> 请求完成, url=/api/cost/findCostInfoAll, elapse=16ms, respData={"code":"200","data":{"content":[],"totalElements":0},"msg":"请求成功"}
  260. [INFO ] [2022-12-05 11:54:48] T:[10ba351855c543cc9e51c196d0dfcb79] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-9] ==> 开始请求, url=/api/cost/findCostInfoAll, reqData={"costInfoVo":{"flowTaskStatus":3,"pageIndex":1,"pageSize":99,"processInstanceId":""}}
  261. [WARN ] [2022-12-05 11:55:10] T:[10ba351855c543cc9e51c196d0dfcb79] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-9] ==> discard long time none received connection. , jdbcUrl : jdbc:mysql://124.70.58.209:1122/ankaibei?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai, version : 1.2.5, lastPacketReceivedIdleMillis : 122463
  262. [INFO ] [2022-12-05 11:55:25] T:[10ba351855c543cc9e51c196d0dfcb79] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-9] ==> 请求完成, url=/api/cost/findCostInfoAll, elapse=36235ms, respData={"code":"200","data":{"content":[],"totalElements":0},"msg":"请求成功"}
  263. [INFO ] [2022-12-05 11:56:00] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  264. [INFO ] [2022-12-05 11:56:00] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 13332 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
  265. [INFO ] [2022-12-05 11:56:00] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  266. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  267. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  268. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 167 ms. Found 17 JPA repository interfaces.
  269. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  270. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  271. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  272. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  273. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  274. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  275. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  276. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  277. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  278. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  279. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  280. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  281. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  282. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  283. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  284. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  285. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  286. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  287. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  288. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
  289. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$22d74f57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  290. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  291. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  292. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  293. [INFO ] [2022-12-05 11:56:02] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  294. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  295. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2432 ms
  296. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  297. [ERROR] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
  298. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  299. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  300. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  301. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  302. [INFO ] [2022-12-05 11:56:03] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  303. [INFO ] [2022-12-05 11:56:04] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  304. [INFO ] [2022-12-05 11:56:07] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  305. [INFO ] [2022-12-05 11:56:07] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  306. [INFO ] [2022-12-05 11:56:08] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  307. [INFO ] [2022-12-05 11:56:09] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
  308. [INFO ] [2022-12-05 11:56:09] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
  309. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
  310. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  311. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
  312. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  313. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
  314. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  315. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
  316. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  317. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
  318. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  319. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
  320. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  321. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
  322. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  323. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
  324. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  325. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
  326. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  327. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
  328. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  329. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
  330. [WARN ] [2022-12-05 11:56:09] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  331. [WARN ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
  332. [WARN ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  333. [WARN ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
  334. [WARN ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  335. [INFO ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  336. [INFO ] [2022-12-05 11:56:10] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  337. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  338. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  339. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  340. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  341. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  342. [INFO ] [2022-12-05 11:56:11] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  343. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  344. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  345. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  346. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> IdmEngine default created
  347. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  348. [INFO ] [2022-12-05 11:56:14] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  349. [DEBUG] [2022-12-05 11:56:15] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
  350. [DEBUG] [2022-12-05 11:56:15] T:[] S:[] U:[] [main] ==> ==> Parameters:
  351. [DEBUG] [2022-12-05 11:56:15] T:[] S:[] U:[] [main] ==> <== Total: 1
  352. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> 自定义配置项:
  353. AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
  354. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@539a6ada, ORIGINAL=[Ljava.lang.String;@17d75ecc, PIC_CLICK=[Ljava.lang.String;@53ba9105]
  355. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  356. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  357. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  358. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  359. [WARN ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  360. [INFO ] [2022-12-05 11:56:17] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  361. [WARN ] [2022-12-05 11:56:18] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
  362. [INFO ] [2022-12-05 11:56:18] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  363. [INFO ] [2022-12-05 11:56:18] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  364. [INFO ] [2022-12-05 11:56:19] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.019 seconds (JVM running for 19.886)
  365. [INFO ] [2022-12-05 11:56:19] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  366. [INFO ] [2022-12-05 11:56:19] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Initializing Servlet 'dispatcherServlet'
  367. [INFO ] [2022-12-05 11:56:19] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Completed initialization in 2 ms
  368. [ERROR] [2022-12-05 12:32:36] T:[] S:[] U:[] [redisson-netty-2-2] ==> Exception occured. Channel: [id: 0xfb9cefc0, L:/192.168.2.194:55790 - R:124.70.58.209/124.70.58.209:7001]
  369. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  370. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  371. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  372. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  373. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  374. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  375. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  376. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  377. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  378. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  379. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  380. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  381. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  382. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  383. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  384. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  385. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  386. at java.lang.Thread.run(Thread.java:748)
  387. [ERROR] [2022-12-05 12:32:36] T:[] S:[] U:[] [redisson-netty-2-8] ==> Exception occured. Channel: [id: 0x2b94ec22, L:/192.168.2.194:55793 - R:124.70.58.209/124.70.58.209:7001]
  388. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  389. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  390. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  391. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  392. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  393. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  394. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  395. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  396. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  397. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  398. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  399. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  400. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  401. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  402. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  403. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  404. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  405. at java.lang.Thread.run(Thread.java:748)
  406. [ERROR] [2022-12-05 12:32:37] T:[] S:[] U:[] [redisson-netty-2-3] ==> Exception occured. Channel: [id: 0x178923f2, L:/192.168.2.194:55791 - R:124.70.58.209/124.70.58.209:7001]
  407. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  408. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  409. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  410. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  411. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  412. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  413. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  414. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  415. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  416. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  417. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  418. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  419. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  420. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  421. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  422. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  423. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  424. at java.lang.Thread.run(Thread.java:748)
  425. [ERROR] [2022-12-05 12:32:37] T:[] S:[] U:[] [redisson-netty-2-11] ==> Exception occured. Channel: [id: 0xcfb3eb3a, L:/192.168.2.194:55795 - R:124.70.58.209/124.70.58.209:7001]
  426. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  427. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  428. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  429. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  430. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  431. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  432. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  433. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  434. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  435. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  436. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  437. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  438. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  439. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  440. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  441. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  442. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  443. at java.lang.Thread.run(Thread.java:748)
  444. [ERROR] [2022-12-05 12:32:37] T:[] S:[] U:[] [redisson-netty-2-4] ==> Exception occured. Channel: [id: 0x5773438b, L:/192.168.2.194:55792 - R:124.70.58.209/124.70.58.209:7001]
  445. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  446. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  447. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  448. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  449. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  450. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  451. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  452. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  453. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  454. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  455. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  456. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  457. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  458. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  459. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  460. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  461. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  462. at java.lang.Thread.run(Thread.java:748)
  463. [ERROR] [2022-12-05 12:32:37] T:[] S:[] U:[] [redisson-netty-2-7] ==> Exception occured. Channel: [id: 0x980e5555, L:/192.168.2.194:55794 - R:124.70.58.209/124.70.58.209:7001]
  464. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  465. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  466. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  467. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  468. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  469. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  470. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  471. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  472. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  473. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  474. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  475. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  476. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  477. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  478. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  479. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  480. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  481. at java.lang.Thread.run(Thread.java:748)
  482. [ERROR] [2022-12-05 13:28:38] T:[] S:[] U:[] [redisson-timer-4-1] ==> Unable to send PING command over channel: [id: 0xfe2da8d5, L:/192.168.2.194:57108 - R:124.70.58.209/124.70.58.209:7001]
  483. org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://124.70.58.209:7001]
  484. at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:244)
  485. at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
  486. at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
  487. at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
  488. at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
  489. at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
  490. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  491. at java.lang.Thread.run(Thread.java:748)
  492. [ERROR] [2022-12-05 13:28:38] T:[] S:[] U:[] [redisson-timer-4-1] ==> Unable to send PING command over channel: [id: 0x530990ce, L:/192.168.2.194:57109 - R:124.70.58.209/124.70.58.209:7001]
  493. org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://124.70.58.209:7001]
  494. at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:244)
  495. at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
  496. at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
  497. at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
  498. at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
  499. at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
  500. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  501. at java.lang.Thread.run(Thread.java:748)
  502. [ERROR] [2022-12-05 13:28:57] T:[] S:[] U:[] [redisson-netty-2-15] ==> Exception occured. Channel: [id: 0x36e40192, L:/192.168.2.194:57097 - R:124.70.58.209/124.70.58.209:7001]
  503. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  504. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  505. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  506. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  507. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  508. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  509. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  510. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  511. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  512. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  513. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  514. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  515. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  516. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  517. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  518. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  519. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  520. at java.lang.Thread.run(Thread.java:748)
  521. [ERROR] [2022-12-05 13:28:57] T:[] S:[] U:[] [redisson-netty-2-16] ==> Exception occured. Channel: [id: 0x2e55ab76, L:/192.168.2.194:57101 - R:124.70.58.209/124.70.58.209:7001]
  522. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  523. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  524. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  525. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  526. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  527. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  528. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  529. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  530. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  531. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  532. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  533. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  534. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  535. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  536. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  537. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  538. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  539. at java.lang.Thread.run(Thread.java:748)
  540. [ERROR] [2022-12-05 13:28:58] T:[] S:[] U:[] [redisson-netty-2-17] ==> Exception occured. Channel: [id: 0x5d6728e9, L:/192.168.2.194:57106 - R:124.70.58.209/124.70.58.209:7001]
  541. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  542. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  543. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  544. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  545. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  546. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  547. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  548. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  549. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  550. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  551. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  552. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  553. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  554. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  555. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  556. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  557. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  558. at java.lang.Thread.run(Thread.java:748)
  559. [ERROR] [2022-12-05 13:28:58] T:[] S:[] U:[] [redisson-netty-2-14] ==> Exception occured. Channel: [id: 0xb164cad5, L:/192.168.2.194:57096 - R:124.70.58.209/124.70.58.209:7001]
  560. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  561. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  562. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  563. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  564. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  565. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  566. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  567. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  568. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  569. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  570. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  571. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  572. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  573. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  574. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  575. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  576. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  577. at java.lang.Thread.run(Thread.java:748)
  578. [INFO ] [2022-12-05 14:08:52] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 23280 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
  579. [INFO ] [2022-12-05 14:08:52] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  580. [INFO ] [2022-12-05 14:08:52] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  581. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  582. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  583. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 170 ms. Found 17 JPA repository interfaces.
  584. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  585. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  586. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  587. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  588. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  589. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  590. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  591. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  592. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  593. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  594. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  595. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  596. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  597. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  598. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  599. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  600. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  601. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  602. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  603. [INFO ] [2022-12-05 14:08:53] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  604. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$90cf2e6a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  605. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  606. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  607. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  608. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  609. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  610. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2530 ms
  611. [INFO ] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  612. [ERROR] [2022-12-05 14:08:54] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
  613. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  614. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  615. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  616. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  617. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  618. [INFO ] [2022-12-05 14:08:55] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  619. [INFO ] [2022-12-05 14:08:59] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  620. [INFO ] [2022-12-05 14:08:59] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  621. [INFO ] [2022-12-05 14:09:00] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  622. [INFO ] [2022-12-05 14:09:01] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
  623. [INFO ] [2022-12-05 14:09:01] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
  624. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
  625. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  626. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
  627. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  628. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
  629. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  630. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
  631. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  632. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
  633. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  634. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
  635. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  636. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
  637. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  638. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
  639. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  640. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
  641. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  642. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
  643. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  644. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
  645. [WARN ] [2022-12-05 14:09:01] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  646. [WARN ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
  647. [WARN ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  648. [WARN ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
  649. [WARN ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  650. [INFO ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  651. [INFO ] [2022-12-05 14:09:02] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  652. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  653. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  654. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  655. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  656. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  657. [INFO ] [2022-12-05 14:09:03] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  658. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  659. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  660. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  661. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> IdmEngine default created
  662. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  663. [INFO ] [2022-12-05 14:09:06] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  664. [DEBUG] [2022-12-05 14:09:07] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
  665. [DEBUG] [2022-12-05 14:09:07] T:[] S:[] U:[] [main] ==> ==> Parameters:
  666. [DEBUG] [2022-12-05 14:09:07] T:[] S:[] U:[] [main] ==> <== Total: 1
  667. [INFO ] [2022-12-05 14:09:08] T:[] S:[] U:[] [main] ==> 自定义配置项:
  668. AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
  669. [INFO ] [2022-12-05 14:09:08] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@56c763, ORIGINAL=[Ljava.lang.String;@13d85ddb, PIC_CLICK=[Ljava.lang.String;@11f63b10]
  670. [INFO ] [2022-12-05 14:09:08] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  671. [INFO ] [2022-12-05 14:09:08] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  672. [INFO ] [2022-12-05 14:09:08] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  673. [INFO ] [2022-12-05 14:09:09] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  674. [WARN ] [2022-12-05 14:09:09] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  675. [INFO ] [2022-12-05 14:09:09] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  676. [WARN ] [2022-12-05 14:09:10] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
  677. [INFO ] [2022-12-05 14:09:10] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  678. [INFO ] [2022-12-05 14:09:10] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  679. [INFO ] [2022-12-05 14:09:11] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.355 seconds (JVM running for 20.214)
  680. [INFO ] [2022-12-05 14:09:11] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  681. [INFO ] [2022-12-05 14:09:11] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Initializing Servlet 'dispatcherServlet'
  682. [INFO ] [2022-12-05 14:09:11] T:[] S:[] U:[] [RMI TCP Connection(3)-192.168.2.194] ==> Completed initialization in 2 ms
  683. [INFO ] [2022-12-05 14:12:12] T:[8b99214c095144cbb00fbc9313b6a2c7] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-1] ==> 开始请求, url=/api/cost/findCostInfoAll, reqData={"costInfoVo":{"flowTaskStatus":3,"pageIndex":1,"pageSize":99,"processInstanceId":""}}
  684. [WARN ] [2022-12-05 14:12:19] T:[8b99214c095144cbb00fbc9313b6a2c7] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-1] ==> discard long time none received connection. , jdbcUrl : jdbc:mysql://124.70.58.209:1122/ankaibei?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai, version : 1.2.5, lastPacketReceivedIdleMillis : 188553
  685. [INFO ] [2022-12-05 14:12:51] T:[8b99214c095144cbb00fbc9313b6a2c7] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-1] ==> 请求完成, url=/api/cost/findCostInfoAll, elapse=39009ms, respData={"code":"200","data":{"content":[],"totalElements":0},"msg":"请求成功"}
  686. [INFO ] [2022-12-05 14:14:01] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  687. [INFO ] [2022-12-05 14:14:01] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 25288 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
  688. [INFO ] [2022-12-05 14:14:01] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  689. [INFO ] [2022-12-05 14:14:02] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  690. [INFO ] [2022-12-05 14:14:02] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  691. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 180 ms. Found 17 JPA repository interfaces.
  692. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  693. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  694. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  695. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  696. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  697. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  698. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  699. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  700. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  701. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  702. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  703. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  704. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  705. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  706. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  707. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  708. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  709. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  710. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
  711. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  712. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$5bca2a5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  713. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  714. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  715. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  716. [INFO ] [2022-12-05 14:14:03] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  717. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  718. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2552 ms
  719. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  720. [ERROR] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
  721. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  722. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  723. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  724. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  725. [INFO ] [2022-12-05 14:14:04] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  726. [INFO ] [2022-12-05 14:14:05] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  727. [INFO ] [2022-12-05 14:14:08] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  728. [INFO ] [2022-12-05 14:14:08] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  729. [INFO ] [2022-12-05 14:14:09] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  730. [INFO ] [2022-12-05 14:14:10] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
  731. [INFO ] [2022-12-05 14:14:10] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
  732. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
  733. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  734. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
  735. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  736. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
  737. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  738. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
  739. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  740. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
  741. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  742. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
  743. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  744. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
  745. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  746. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
  747. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  748. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
  749. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  750. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
  751. [WARN ] [2022-12-05 14:14:10] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  752. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
  753. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  754. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
  755. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  756. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
  757. [WARN ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  758. [INFO ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  759. [INFO ] [2022-12-05 14:14:11] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  760. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  761. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  762. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  763. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  764. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  765. [INFO ] [2022-12-05 14:14:12] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  766. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  767. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  768. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  769. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> IdmEngine default created
  770. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  771. [INFO ] [2022-12-05 14:14:15] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  772. [DEBUG] [2022-12-05 14:14:16] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
  773. [DEBUG] [2022-12-05 14:14:16] T:[] S:[] U:[] [main] ==> ==> Parameters:
  774. [DEBUG] [2022-12-05 14:14:16] T:[] S:[] U:[] [main] ==> <== Total: 1
  775. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> 自定义配置项:
  776. AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
  777. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@4ff95435, ORIGINAL=[Ljava.lang.String;@1ec7b3f2, PIC_CLICK=[Ljava.lang.String;@4fd5db1d]
  778. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  779. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  780. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  781. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  782. [WARN ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  783. [INFO ] [2022-12-05 14:14:19] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  784. [WARN ] [2022-12-05 14:14:20] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
  785. [INFO ] [2022-12-05 14:14:20] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  786. [INFO ] [2022-12-05 14:14:20] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  787. [INFO ] [2022-12-05 14:14:21] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 20.192 seconds (JVM running for 21.096)
  788. [INFO ] [2022-12-05 14:14:21] T:[] S:[] U:[] [RMI TCP Connection(1)-192.168.2.194] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  789. [INFO ] [2022-12-05 14:14:21] T:[] S:[] U:[] [RMI TCP Connection(1)-192.168.2.194] ==> Initializing Servlet 'dispatcherServlet'
  790. [INFO ] [2022-12-05 14:14:21] T:[] S:[] U:[] [RMI TCP Connection(1)-192.168.2.194] ==> Completed initialization in 1 ms
  791. [INFO ] [2022-12-05 14:14:32] T:[fcaa1ee5be044defa36b701f854fa94b] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-2] ==> 开始请求, url=/api/cost/findCostInfoAll, reqData={"costInfoVo":{"flowTaskStatus":3,"pageIndex":1,"pageSize":99,"processInstanceId":""}}
  792. [INFO ] [2022-12-05 14:14:52] T:[fcaa1ee5be044defa36b701f854fa94b] S:[liuchengjing_4_7d299545f7864898ad419891d1a75486] U:[1578419973460594688] [http-nio-8077-exec-2] ==> 请求完成, url=/api/cost/findCostInfoAll, elapse=20587ms, respData={"code":"200","data":{"content":[{"costStatus":"1","relevanceUser":"陈辉","flowTaskStatus":"3","performAmount":18.00,"happenDate":1665763200000,"costId":78,"projectName":"复发相","paymentDate":1666713600000,"cosType":"采购费"},{"costStatus":"1","relevanceUser":"陈辉","flowTaskStatus":"3","performAmount":24.00,"happenDate":1665763200000,"costId":76,"projectName":"经利广被安历","paymentDate":1666713600000,"cosType":"通讯费"}],"totalElements":2},"msg":"请求成功"}