关注JEECG发展历程 关注最新动态和版本, 记录JEECG成长点滴 更新日志 - 技术支持 - 招聘英才

JEECG最新版本下载 JEECG智能开发平台 - 显著提高开发效率 常见问题 - 入门视频 - 参与开源团队

商务QQ: 69893005、3102411850 商务热线(5*8小时): 010-64808099 官方邮箱: jeecgos@163.com

查看: 2660|回复: 0

jeecgboot 启动一直出现 Init DruidDataSource

[复制链接]
发表于 2022-2-25 13:58:21 | 显示全部楼层 |阅读模式
本帖最后由 TongHui 于 2022-2-25 14:25 编辑
  1. Jeecg  Boot Version: 2.4.5
  2. Spring Boot Version: 2.3.5.RELEASE (v2.3.5.RELEASE)


  3. 2022-02-25 14:20:04.901 [background-preinit] INFO  org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.1.6.Final
  4. 2022-02-25 14:20:05.020 [RMI TCP Connection(3)-127.0.0.1] INFO  org.jeecg.JeecgSystemApplication:55 - Starting JeecgSystemApplication v2.4.5 on LAPTOP-09GBQT6U with PID 21392 (D:\apache-tomcat-9.0.43\webapps\bjsbb-xcx\WEB-INF\classes started by TongHui in D:\apache-tomcat-9.0.43\bin)
  5. 2022-02-25 14:20:05.022 [RMI TCP Connection(3)-127.0.0.1] INFO  org.jeecg.JeecgSystemApplication:655 - The following profiles are active: ��dev��
  6. 2022-02-25 14:20:06.018 [background-preinit] WARN  o.s.h.converter.json.Jackson2ObjectMapperBuilder:127 - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
  7. 2022-02-25 14:20:08.107 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:249 - Multiple Spring Data modules found, entering strict repository configuration mode!
  8. 2022-02-25 14:20:08.115 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  9. 2022-02-25 14:20:08.335 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 186ms. Found 0 Redis repository interfaces.
  10. 2022-02-25 14:20:08.615 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:25 -  ******************* init miniDao config [ begin ] ***********************
  11. 2022-02-25 14:20:08.616 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:27 -  ------ minidao.base-package ------- org.jeecg.modules.jmreport.desreport.*
  12. 2022-02-25 14:20:08.617 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:28 -  ------ minidao.db-type ------------ mysql
  13. 2022-02-25 14:20:08.622 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:39 -  ------ minidao Set Interceptor  -------
  14. 2022-02-25 14:20:08.623 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:50 -  *******************  init miniDao config  [ end ] ***********************
  15. 2022-02-25 14:20:08.693 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }
  16. 2022-02-25 14:20:08.695 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }
  17. 2022-02-25 14:20:08.696 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }
  18. 2022-02-25 14:20:08.696 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }
  19. 2022-02-25 14:20:08.697 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }
  20. 2022-02-25 14:20:08.697 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }
  21. 2022-02-25 14:20:08.698 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }
  22. 2022-02-25 14:20:08.698 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }
  23. 2022-02-25 14:20:08.698 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }
  24. 2022-02-25 14:20:08.699 [RMI TCP Connection(3)-127.0.0.1] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }
  25. 2022-02-25 14:20:09.099 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  26. 2022-02-25 14:20:09.106 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$EnhancerBySpringCGLIB$7a2b8471] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  27. 2022-02-25 14:20:09.127 [RMI TCP Connection(3)-127.0.0.1] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
  28. 2022-02-25 14:20:09.301 [RMI TCP Connection(3)-127.0.0.1] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  29. 2022-02-25 14:20:09.315 [RMI TCP Connection(3)-127.0.0.1] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
  30. 2022-02-25 14:20:09.327 [RMI TCP Connection(3)-127.0.0.1] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
  31. 2022-02-25 14:20:09.336 [RMI TCP Connection(3)-127.0.0.1] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
  32. 2022-02-25 14:20:09.357 [RMI TCP Connection(3)-127.0.0.1] INFO  c.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
复制代码

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表