当前位置:首页 > iOS开发专区 > Tools > 正文内容

IDEA启动卡住 等待30s才启动 Bootstrapping Spring Data JPA repositories in DEFERRED mode.

4年前 (2021-09-01)Tools945

2021-09-01 11:05:37.636  INFO 7096 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 204ms. Found 0 JDBC repository interfaces.
2021-09-01 11:05:37.643  INFO 7096 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2021-09-01 11:05:37.644  INFO 7096 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode.
2021-09-01 11:06:59.355  INFO 7096 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 81707ms. Found 128 JPA repository interfaces.
[attachment=1616]
启动使用了22s,平常7,8秒都启动完成的。

解决方案:DEBUG里去掉菱形的断点。


扩展:https://blog.csdn.net/festone000/article/details/104005559

扫描二维码推送至手机访问。

版权声明:本文由 果签工坊 发布,如需转载请注明出处。

本文链接:https://applep12.vip/tools/gOkPerBA7xEAyBq.html

标签: 使用1212BUG

相关文章

SqliteManager含注册码和SqliteExpert数据库下载

SqliteManager含注册码和SqliteExpert数据库下载

SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/...

DbVisualizer数据库管理工具(支持大部分数据库)

DbVisualizer是一个完全基于JDBC的跨平台数据库管理工具,内置SQL语句编辑器(支持语法高亮),凡是具有JDBC数据库接口的数据库都可以管理,已经在Oracle, Sybase, DB2, MySQL, InstantDB, C...

IDEA每次打开新项目需重新设置Maven配置

IDEA每次打开新项目需重新设置Maven配置

之前就是每次设置一次,一直懒在查,百度了一下,其实很简单。一个设置搞定。1.选择file>other settings>settings for new projets选项2.搜maven配置即可...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。