Merge pull request #8550 from TsuGit/fix/xxljob-startup-error

fix(xxljob): 修复因 factoryBeanObjectType 导致的启动失败
springboot3_sas^2
JEECG 2025-08-13 00:02:30 +08:00 committed by GitHub
commit 67d9865861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.3.2</version>
<version>3.0.3</version>
</dependency>
<!-- mysql -->
<dependency>