Skip to content

新增模块引用jeecg-boot-base-core后无法启动,排除minidao依赖后正常 #8357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Leeeno opened this issue May 28, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@Leeeno
Copy link

Leeeno commented May 28, 2025

版本号:

3.8.0

问题描述:

2025-05-28拉取最新master代码,新增模块引用jeecg-boot-base-core后无法启动(一直卡在下图日志位置),排除minidao依赖后正常。
添加minidao.base-package配置后也可正常运行,猜测默认的星号基包导致:“minidao.base-package ------- *”

错误截图:
Image

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@Leeeno Leeeno added the bug Something isn't working label May 28, 2025
@zhangdaiscott
Copy link
Member

错误异常截图

@Leeeno
Copy link
Author

Leeeno commented May 29, 2025

错误异常截图

没有抛出异常,也没有启动成功,一直卡死在最后日志输出的地方,像是某个地方陷入了死循环

@zhangdaiscott
Copy link
Member

你为什么要去掉minidao的配置,不是死循环是扫码的代码太多

@Leeeno
Copy link
Author

Leeeno commented May 30, 2025

你为什么要去掉minidao的配置,不是死循环是扫码的代码太多

我的新模块不需要连接数据库,只想引用jeecg-boot-base-core使用一些权限校验之类的公共的功能。不是我要去掉minidao,jeecg-boot-base-core默认依赖了miniao,只有去掉了才能启动。或者我在不需要使用数据库的模块加个minidao.base-package的配置?这样也行,只是想知道这是正常情况还是bug而已。
感谢回复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants