jeecgboot 启动一直出现 Init DruidDataSource
本帖最后由 TongHui 于 2022-2-25 14:25 编辑JeecgBoot Version: 2.4.5
Spring Boot Version: 2.3.5.RELEASE (v2.3.5.RELEASE)
2022-02-25 14:20:04.901 INFOorg.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.1.6.Final
2022-02-25 14:20:05.020 INFOorg.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)
2022-02-25 14:20:05.022 INFOorg.jeecg.JeecgSystemApplication:655 - The following profiles are active: ��dev��
2022-02-25 14:20:06.018 WARNo.s.h.converter.json.Jackson2ObjectMapperBuilder:127 - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2022-02-25 14:20:08.107 INFOo.s.d.r.config.RepositoryConfigurationDelegate:249 - Multiple Spring Data modules found, entering strict repository configuration mode!
2022-02-25 14:20:08.115 INFOo.s.d.r.config.RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2022-02-25 14:20:08.335 INFOo.s.d.r.config.RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 186ms. Found 0 Redis repository interfaces.
2022-02-25 14:20:08.615 INFOo.j.minidao.auto.MinidaoAutoConfiguration:25 -******************* init miniDao config [ begin ] ***********************
2022-02-25 14:20:08.616 INFOo.j.minidao.auto.MinidaoAutoConfiguration:27 ------- minidao.base-package ------- org.jeecg.modules.jmreport.desreport.*
2022-02-25 14:20:08.617 INFOo.j.minidao.auto.MinidaoAutoConfiguration:28 ------- minidao.db-type ------------ mysql
2022-02-25 14:20:08.622 INFOo.j.minidao.auto.MinidaoAutoConfiguration:39 ------- minidao Set Interceptor-------
2022-02-25 14:20:08.623 INFOo.j.minidao.auto.MinidaoAutoConfiguration:50 -*******************init miniDao config[ end ] ***********************
2022-02-25 14:20:08.693 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }
2022-02-25 14:20:08.695 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }
2022-02-25 14:20:08.696 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }
2022-02-25 14:20:08.696 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }
2022-02-25 14:20:08.697 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }
2022-02-25 14:20:08.697 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }
2022-02-25 14:20:08.698 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }
2022-02-25 14:20:08.698 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }
2022-02-25 14:20:08.698 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }
2022-02-25 14:20:08.699 INFOo.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }
2022-02-25 14:20:09.099 INFOo.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 14:20:09.106 INFOo.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 14:20:09.127 INFOc.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2022-02-25 14:20:09.301 INFOo.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:335 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 14:20:09.315 INFOc.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2022-02-25 14:20:09.327 INFOc.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2022-02-25 14:20:09.336 INFOc.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2022-02-25 14:20:09.357 INFOc.a.d.s.b.a.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
页:
[1]