Browse Source

Merge remote-tracking branch 'origin/main'

main
18226920803 1 month ago
parent
commit
e508c23e26
  1. BIN
      .DS_Store
  2. 8
      .gitignore
  3. 3
      .superpowers/brainstorm/62699-1778123142/state/server.log
  4. BIN
      docs/.DS_Store
  5. 54923
      logs/sa-admin/dev/debug/debug.log
  6. 7148
      logs/sa-admin/dev/error/error.log
  7. 129
      logs/sa-admin/dev/info/info.log
  8. 2
      logs/sa-admin/dev/slow-sql/slow-sql.log
  9. 103
      logs/sa-admin/dev/tomcat-logs/logs/access_log.2026-06-02.log
  10. 149
      logs/sa-admin/dev/warn/warn.log
  11. 2
      smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java
  12. 19
      smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml

BIN
.DS_Store

Binary file not shown.

8
.gitignore

@ -34,4 +34,12 @@ target/
**/.vscode
**/.env
**/.log
.logs/*
# 忽略所有日志文件
*.log
# 忽略 logs 整个目录(推荐)
logs/
# 如果 logs 目录在多级目录下,可以用 **/logs/
**/logs/

3
.superpowers/brainstorm/62699-1778123142/state/server.log

@ -1,3 +0,0 @@
{"type":"server-started","port":56120,"host":"127.0.0.1","url_host":"localhost","url":"http://localhost:56120","screen_dir":"/Users/wang/sanduoyun/developspace/smart-flow-master/.superpowers/brainstorm/62699-1778123142/content","state_dir":"/Users/wang/sanduoyun/developspace/smart-flow-master/.superpowers/brainstorm/62699-1778123142/state"}
{"type":"screen-added","file":"/Users/wang/sanduoyun/developspace/smart-flow-master/.superpowers/brainstorm/62699-1778123142/content/operate-log-page-layout.html"}
{"type":"server-stopped","reason":"idle timeout"}

BIN
docs/.DS_Store

Binary file not shown.

54923
logs/sa-admin/dev/debug/debug.log

File diff suppressed because it is too large

7148
logs/sa-admin/dev/error/error.log

File diff suppressed because it is too large

129
logs/sa-admin/dev/info/info.log

@ -1,129 +0,0 @@
[2026-06-09 09:04:47,269][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 09:04:47,320][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 17673 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 09:04:47,321][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 09:04:48,063][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 09:04:48,065][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 09:04:48,089][INFO ][main] Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 09:04:48,803][INFO ][main] {dataSource-1} inited (DruidDataSource.java:1002)
[2026-06-09 09:04:49,280][INFO ][Druid-ConnectionPool-Create-1047786983] {dataSource-1} failContinuous is true (DruidAbstractDataSource.java:1900)
[2026-06-09 09:04:49,468][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 09:04:49,474][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 09:04:49,475][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 09:04:49,475][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 09:04:49,512][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 09:04:49,512][INFO ][main] Root WebApplicationContext: initialization completed in 2158 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 09:05:49,865][INFO ][main] {dataSource-1} closing ... (DruidDataSource.java:2204)
[2026-06-09 09:05:49,866][INFO ][main] {dataSource-1} closed (DruidDataSource.java:2277)
[2026-06-09 09:05:49,871][INFO ][main] Stopping service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 09:49:50,476][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 09:49:50,665][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 20433 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 09:49:50,667][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 09:49:51,957][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 09:49:51,959][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 09:49:51,985][INFO ][main] Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 09:49:53,397][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 09:49:53,405][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 09:49:53,406][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 09:49:53,406][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 09:49:53,459][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 09:49:53,459][INFO ][main] Root WebApplicationContext: initialization completed in 2666 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 09:50:53,893][INFO ][main] {dataSource-1} closing ... (DruidDataSource.java:2204)
[2026-06-09 09:50:53,894][INFO ][main] {dataSource-1} closed (DruidDataSource.java:2277)
[2026-06-09 09:51:02,896][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 09:51:02,921][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 20571 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 09:51:02,922][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 09:51:03,511][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 09:51:03,512][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 09:51:03,529][INFO ][main] Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 09:51:04,576][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 09:51:04,583][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 09:51:04,584][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 09:51:04,584][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 09:51:04,621][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 09:51:04,621][INFO ][main] Root WebApplicationContext: initialization completed in 1679 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 09:52:04,991][INFO ][main] {dataSource-1} closing ... (DruidDataSource.java:2204)
[2026-06-09 09:52:04,991][INFO ][main] {dataSource-1} closed (DruidDataSource.java:2277)
[2026-06-09 09:52:05,007][INFO ][main] Stopping service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:01:31,905][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 10:01:31,926][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 21247 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 10:01:31,927][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 10:01:32,563][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 10:01:32,564][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 10:01:32,586][INFO ][main] Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 10:01:33,581][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 10:01:33,588][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 10:01:33,589][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:01:33,589][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 10:01:33,627][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 10:01:33,627][INFO ][main] Root WebApplicationContext: initialization completed in 1680 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 10:02:33,969][INFO ][main] {dataSource-1} closing ... (DruidDataSource.java:2204)
[2026-06-09 10:02:33,969][INFO ][main] {dataSource-1} closed (DruidDataSource.java:2277)
[2026-06-09 10:02:33,974][INFO ][main] Stopping service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:03:25,043][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 10:03:25,070][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 21498 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 10:03:25,071][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 10:03:25,641][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 10:03:25,642][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 10:03:25,661][INFO ][main] Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 10:03:26,606][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 10:03:26,613][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 10:03:26,614][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:03:26,614][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 10:03:26,649][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 10:03:26,649][INFO ][main] Root WebApplicationContext: initialization completed in 1558 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 10:04:26,971][INFO ][main] {dataSource-1} closing ... (DruidDataSource.java:2204)
[2026-06-09 10:04:26,972][INFO ][main] {dataSource-1} closed (DruidDataSource.java:2277)
[2026-06-09 10:04:26,977][INFO ][main] Stopping service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:15:43,356][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21)
[2026-06-09 10:15:43,386][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 22377 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50)
[2026-06-09 10:15:43,387][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660)
[2026-06-09 10:15:44,037][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295)
[2026-06-09 10:15:44,038][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143)
[2026-06-09 10:15:44,056][INFO ][main] Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211)
[2026-06-09 10:15:45,642][INFO ][main] {dataSource-1} inited (DruidDataSource.java:1002)
[2026-06-09 10:15:46,209][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111)
[2026-06-09 10:15:46,216][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 10:15:46,217][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173)
[2026-06-09 10:15:46,217][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173)
[2026-06-09 10:15:46,254][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173)
[2026-06-09 10:15:46,254][INFO ][main] Root WebApplicationContext: initialization completed in 2846 ms (ServletWebServerApplicationContext.java:296)
[2026-06-09 10:15:46,729][INFO ][main] ################# 系统配置缓存初始化完毕:2 ################### (ConfigService.java:58)
[2026-06-09 10:15:46,994][INFO ][main] Redisson 3.25.0 (Version.java:43)
[2026-06-09 10:15:47,115][INFO ][redisson-netty-2-5] 1 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137)
[2026-06-09 10:15:47,159][INFO ][redisson-netty-2-19] 24 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137)
[2026-06-09 10:15:48,219][INFO ][main] ==== SmartJob ==== client-manager init (SmartJobClientManager.java:67)
[2026-06-09 10:15:48,544][INFO ][main] 不需要登录的URL:[/login, /login/sendEmailCode/{loginName}, /login/getTwoFactorLoginFlag, /login/getCaptcha] (UrlConfig.java:134)
[2026-06-09 10:15:48,855][INFO ][main] 【warm-flow】,加载完成 (BeanConfig.java:152)
[2026-06-09 10:15:49,253][INFO ][main] Exposing 1 endpoint beneath base path '/actuator' (EndpointLinksResolver.java:60)
[2026-06-09 10:15:49,317][INFO ][main] Starting ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173)
[2026-06-09 10:15:49,321][INFO ][main] Tomcat started on port 1024 (http) with context path '/' (TomcatWebServer.java:243)
[2026-06-09 10:15:49,336][INFO ][main] Started AdminApplication in 6.229 seconds (process running for 6.899) (StartupInfoLogger.java:56)
[2026-06-09 10:15:49,581][INFO ][RMI TCP Connection(3)-127.0.0.1] Initializing Spring DispatcherServlet 'dispatcherServlet' (DirectJDKLog.java:173)
[2026-06-09 10:15:49,581][INFO ][RMI TCP Connection(3)-127.0.0.1] Initializing Servlet 'dispatcherServlet' (FrameworkServlet.java:532)
[2026-06-09 10:15:49,583][INFO ][RMI TCP Connection(3)-127.0.0.1] Completed initialization in 2 ms (FrameworkServlet.java:554)
[2026-06-09 10:15:58,276][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:16:58,354][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:17:58,518][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:18:58,626][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:19:58,771][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:20:58,847][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:21:58,926][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:22:58,985][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:23:59,112][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:24:59,168][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:25:59,245][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:26:59,323][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:27:59,443][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:28:59,593][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:29:59,711][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:30:59,788][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:31:59,872][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:32:59,950][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:34:00,075][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:35:00,192][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:36:00,262][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:37:00,340][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:38:00,478][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:39:00,538][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:40:00,676][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)
[2026-06-09 10:41:00,754][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84)

2
logs/sa-admin/dev/slow-sql/slow-sql.log

@ -1,2 +0,0 @@
[2026-05-15 16:16:09,470][ERROR][smart-heart-beat] slow sql 1447 millis. select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? ["/Users/wang/sanduoyun/developspace/smart-flow-master","198.18.0.1;172.20.10.11;127.0.0.1",50714] (StatFilter.java:518)
[2026-05-15 17:51:47,396][ERROR][smart-reload] slow sql 2133 millis. SELECT tag,args,identification,update_time,create_time FROM t_reload_item [] (StatFilter.java:518)

103
logs/sa-admin/dev/tomcat-logs/logs/access_log.2026-06-02.log

@ -1,103 +0,0 @@
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (33561 ms) http-nio-1024-exec-1 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (36716 ms) http-nio-1024-exec-1 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (1125 ms) http-nio-1024-exec-2 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (931 ms) http-nio-1024-exec-3 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1093 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (1020 ms) http-nio-1024-exec-6 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 OPTIONS /support/feedback/query HTTP/1.1 200 (1252 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (11817 ms) http-nio-1024-exec-5 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (11223 ms) http-nio-1024-exec-10 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 POST /support/feedback/query HTTP/1.1 200 (11884 ms) http-nio-1024-exec-1 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (12371 ms) http-nio-1024-exec-9 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (18045 ms) http-nio-1024-exec-8 (124 byte)
[02/Jun/2026:18:55:08 +0800] - 127.0.0.1 GET /login/getTwoFactorLoginFlag HTTP/1.1 200 (56754 ms) http-nio-1024-exec-2 (91 byte)
[02/Jun/2026:18:55:09 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (642008 ms) http-nio-1024-exec-3 (4043 byte)
[02/Jun/2026:18:55:19 +0800] - 127.0.0.1 OPTIONS /login HTTP/1.1 200 (1155 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 POST /login HTTP/1.1 200 (1098225 ms) http-nio-1024-exec-6 (57493 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (581 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (610 ms) http-nio-1024-exec-7 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (56566 ms) http-nio-1024-exec-1 (87 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (96085 ms) http-nio-1024-exec-10 (1570 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (2259 ms) http-nio-1024-exec-8 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (3373 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /support/feedback/query HTTP/1.1 200 (949 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1076 ms) http-nio-1024-exec-3 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (2471 ms) http-nio-1024-exec-2 (0 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (70447 ms) http-nio-1024-exec-4 (88 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (178257 ms) http-nio-1024-exec-2 (159 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 POST /support/feedback/query HTTP/1.1 200 (180456 ms) http-nio-1024-exec-7 (160 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (233612 ms) http-nio-1024-exec-6 (159 byte)
[02/Jun/2026:18:55:20 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (233414 ms) http-nio-1024-exec-1 (159 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (803 ms) http-nio-1024-exec-3 (0 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (872 ms) http-nio-1024-exec-10 (0 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/132 HTTP/1.1 200 (859 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (827 ms) http-nio-1024-exec-8 (0 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (726 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/132 HTTP/1.1 200 (50806 ms) http-nio-1024-exec-6 (88 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (52185 ms) http-nio-1024-exec-2 (88 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (58510 ms) http-nio-1024-exec-4 (90 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (95796 ms) http-nio-1024-exec-7 (160 byte)
[02/Jun/2026:18:55:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (49720 ms) http-nio-1024-exec-1 (90 byte)
[02/Jun/2026:18:55:33 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/257 HTTP/1.1 200 (600 ms) http-nio-1024-exec-3 (0 byte)
[02/Jun/2026:18:55:33 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (600 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:55:33 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/257 HTTP/1.1 200 (79931 ms) http-nio-1024-exec-8 (88 byte)
[02/Jun/2026:18:55:33 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (82516 ms) http-nio-1024-exec-10 (160 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/253 HTTP/1.1 200 (678 ms) http-nio-1024-exec-2 (0 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (766 ms) http-nio-1024-exec-6 (0 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (743 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (687 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (84075 ms) http-nio-1024-exec-7 (90 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/253 HTTP/1.1 200 (87686 ms) http-nio-1024-exec-1 (88 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (100290 ms) http-nio-1024-exec-3 (160 byte)
[02/Jun/2026:18:55:39 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (56289 ms) http-nio-1024-exec-7 (90 byte)
[02/Jun/2026:18:55:46 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (743 ms) http-nio-1024-exec-8 (0 byte)
[02/Jun/2026:18:55:46 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/254 HTTP/1.1 200 (898 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:55:46 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/254 HTTP/1.1 200 (57345 ms) http-nio-1024-exec-5 (88 byte)
[02/Jun/2026:18:55:46 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (280605 ms) http-nio-1024-exec-10 (160 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/253 HTTP/1.1 200 (1449 ms) http-nio-1024-exec-2 (0 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (1400 ms) http-nio-1024-exec-1 (0 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (1443 ms) http-nio-1024-exec-6 (0 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (1449 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/253 HTTP/1.1 200 (57837 ms) http-nio-1024-exec-7 (88 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (68804 ms) http-nio-1024-exec-8 (90 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (68877 ms) http-nio-1024-exec-3 (160 byte)
[02/Jun/2026:18:55:53 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (70754 ms) http-nio-1024-exec-9 (90 byte)
[02/Jun/2026:18:55:54 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/254 HTTP/1.1 200 (914 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:55:54 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (914 ms) http-nio-1024-exec-10 (0 byte)
[02/Jun/2026:18:55:54 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/254 HTTP/1.1 200 (90798 ms) http-nio-1024-exec-6 (88 byte)
[02/Jun/2026:18:55:54 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (313977 ms) http-nio-1024-exec-2 (160 byte)
[02/Jun/2026:18:55:55 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/255 HTTP/1.1 200 (928 ms) http-nio-1024-exec-1 (0 byte)
[02/Jun/2026:18:55:55 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (928 ms) http-nio-1024-exec-4 (0 byte)
[02/Jun/2026:18:55:55 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/255 HTTP/1.1 200 (59595 ms) http-nio-1024-exec-8 (88 byte)
[02/Jun/2026:18:55:55 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (315290 ms) http-nio-1024-exec-7 (160 byte)
[02/Jun/2026:18:55:56 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (972 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:55:56 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/256 HTTP/1.1 200 (972 ms) http-nio-1024-exec-3 (0 byte)
[02/Jun/2026:18:55:56 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/256 HTTP/1.1 200 (68533 ms) http-nio-1024-exec-10 (88 byte)
[02/Jun/2026:18:55:56 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (248546 ms) http-nio-1024-exec-5 (160 byte)
[02/Jun/2026:18:55:57 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/253 HTTP/1.1 200 (75474 ms) http-nio-1024-exec-1 (88 byte)
[02/Jun/2026:18:55:57 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (77439 ms) http-nio-1024-exec-6 (90 byte)
[02/Jun/2026:18:55:57 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (84910 ms) http-nio-1024-exec-2 (160 byte)
[02/Jun/2026:18:55:57 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (67450 ms) http-nio-1024-exec-4 (90 byte)
[02/Jun/2026:18:56:03 +0800] - 127.0.0.1 OPTIONS /flow/definition/add HTTP/1.1 200 (1770 ms) http-nio-1024-exec-8 (0 byte)
[02/Jun/2026:18:56:04 +0800] - 127.0.0.1 POST /flow/definition/add HTTP/1.1 200 (591842 ms) http-nio-1024-exec-7 (90 byte)
[02/Jun/2026:18:56:04 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (1749 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:56:04 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (145708 ms) http-nio-1024-exec-3 (465 byte)
[02/Jun/2026:18:56:08 +0800] - 127.0.0.1 GET /warm-flow-ui/index.html?id=2061763773549461506&disabled=false&Authorization=Bearer%20769d485013454588bae0683951df166e HTTP/1.1 200 (7228 ms) http-nio-1024-exec-10 (5765 byte)
[02/Jun/2026:18:56:08 +0800] - 127.0.0.1 GET /warm-flow-ui/css/index-Da60mrLX.css HTTP/1.1 200 (6007 ms) http-nio-1024-exec-1 (378939 byte)
[02/Jun/2026:18:56:08 +0800] - 127.0.0.1 GET /warm-flow-ui/js/index-Bfpt7KC4.js HTTP/1.1 200 (28252 ms) http-nio-1024-exec-5 (2923865 byte)
[02/Jun/2026:18:56:08 +0800] - 127.0.0.1 GET /warm-flow-ui/config HTTP/1.1 200 (14453 ms) http-nio-1024-exec-6 (87 byte)
[02/Jun/2026:18:56:08 +0800] - 127.0.0.1 GET /warm-flow/query-def/2061763773549461506 HTTP/1.1 200 (172483 ms) http-nio-1024-exec-2 (2058 byte)
[02/Jun/2026:18:56:11 +0800] - 127.0.0.1 GET /warm-flow/handler-feedback HTTP/1.1 200 (4043 ms) http-nio-1024-exec-8 (54 byte)
[02/Jun/2026:18:56:11 +0800] - 127.0.0.1 GET /warm-flow/node-ext HTTP/1.1 200 (5785 ms) http-nio-1024-exec-4 (934 byte)
[02/Jun/2026:18:56:23 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/256 HTTP/1.1 200 (1103 ms) http-nio-1024-exec-7 (0 byte)
[02/Jun/2026:18:56:23 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (1103 ms) http-nio-1024-exec-9 (0 byte)
[02/Jun/2026:18:56:23 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/256 HTTP/1.1 200 (70857 ms) http-nio-1024-exec-10 (88 byte)
[02/Jun/2026:18:56:23 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (221223 ms) http-nio-1024-exec-3 (160 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (526 ms) http-nio-1024-exec-6 (0 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (839 ms) http-nio-1024-exec-5 (0 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1537 ms) http-nio-1024-exec-1 (0 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (1546 ms) http-nio-1024-exec-2 (0 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 GET /support/helpDoc/queryHelpDocByRelationId/0 HTTP/1.1 200 (69491 ms) http-nio-1024-exec-4 (88 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (73561 ms) http-nio-1024-exec-9 (159 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (118811 ms) http-nio-1024-exec-8 (159 byte)
[02/Jun/2026:18:56:27 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (132858 ms) http-nio-1024-exec-2 (159 byte)

149
logs/sa-admin/dev/warn/warn.log

@ -1,149 +0,0 @@
[2026-06-09 09:04:48,494][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,499][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,503][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,507][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,509][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,511][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:48,806][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,211][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 09:04:49,254][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,257][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,263][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,266][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,270][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,275][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,276][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,279][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,283][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,286][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,290][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,300][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,301][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:04:49,307][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:05:49,862][WARN ][main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcConfig': Injection of resource dependencies failed (AbstractApplicationContext.java:632)
[2026-06-09 09:49:52,478][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,482][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,486][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,494][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,496][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,498][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:52,526][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,097][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 09:49:53,150][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,152][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,158][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,162][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,167][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,172][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,173][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,176][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,180][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,183][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,186][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,196][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,198][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:49:53,205][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:50:53,891][WARN ][main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcConfig': Injection of resource dependencies failed (AbstractApplicationContext.java:632)
[2026-06-09 09:51:03,932][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,936][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,939][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,943][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,944][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,946][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:03,977][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,302][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 09:51:04,341][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,343][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,348][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,350][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,354][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,357][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,358][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,361][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,364][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,366][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,368][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,376][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,377][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:51:04,383][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 09:52:04,989][WARN ][main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcConfig': Injection of resource dependencies failed (AbstractApplicationContext.java:632)
[2026-06-09 10:01:32,957][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,961][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,963][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,967][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,968][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,970][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:32,996][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,355][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 10:01:33,395][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,398][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,403][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,405][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,409][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,413][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,413][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,416][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,419][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,421][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,424][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,432][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,433][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:01:33,439][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:02:33,967][WARN ][main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcConfig': Injection of resource dependencies failed (AbstractApplicationContext.java:632)
[2026-06-09 10:03:26,021][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,024][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,027][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,031][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,032][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,034][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,059][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,380][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 10:03:26,418][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,421][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,426][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,429][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,432][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,436][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,437][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,440][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,443][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,445][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,447][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,456][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,457][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:03:26,462][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:04:26,968][WARN ][main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcConfig': Injection of resource dependencies failed (AbstractApplicationContext.java:632)
[2026-06-09 10:15:44,415][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:44,424][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:44,428][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:44,432][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:44,433][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:44,435][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:45,645][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:45,972][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407)
[2026-06-09 10:15:46,014][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,016][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,022][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,025][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,029][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,033][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,034][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,036][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,040][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,042][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,045][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,053][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,053][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:46,059][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437)
[2026-06-09 10:15:47,022][WARN ][main] Can not find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos' (DnsServerAddressStreamProviders.java:70)
[2026-06-09 10:15:49,212][WARN ][main] Cannot find template location: [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.check-template-location=false) (FreeMarkerAutoConfiguration.java:66)
[2026-06-09 10:15:49,325][WARN ][main]
-------------【sa-admin】 服务已成功启动 (sa-admin started successfully)-------------
当前启动环境: dev , 开发环境
返回码初始化: 完成15个返回码初始化
服务本机地址: http://localhost:1024/
服务外网地址: http://198.18.0.1:1024/
Swagger地址: http://localhost:1024/swagger-ui/index.html
knife4j地址: http://localhost:1024/doc.html
-------------------------------------------------------------------------------------
(WebServerListener.java:66)

2
smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java

@ -34,7 +34,7 @@ public class PositionEntity {
/**
* 职级
*/
@TableField(value = "`level`")
@TableField(value = "post_level")
private String level;
/**

19
smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml

@ -5,7 +5,14 @@
<!-- 分页查询 -->
<select id="queryPage" resultType="net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO">
SELECT
*
position_id,
position_name,
post_level,
sort,
remark,
deleted_flag,
create_time,
update_time
FROM t_position
<where>
deleted_flag = #{queryForm.deletedFlag}
@ -18,7 +25,15 @@
<select id="queryList" resultType="net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO">
SELECT *
SELECT
position_id,
position_name,
post_level,
sort,
remark,
deleted_flag,
create_time,
update_time
FROM t_position
where deleted_flag = #{deletedFlag}
</select>

Loading…
Cancel
Save