.out 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. 2024-06-25 21:08:02,709 [restartedMain] INFO [com.bootdo.CicApplication] StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
  2. 2024-06-25 21:08:02,710 [restartedMain] INFO [com.bootdo.CicApplication] SpringApplication.java:659 - No active profile set, falling back to default profiles: default
  3. 2024-06-25 21:08:02,716 [restartedMain] INFO [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1e3bab68: startup date [Tue Jun 25 21:08:02 CST 2024]; root of context hierarchy
  4. 2024-06-25 21:08:03,138 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo.*.dao]' package. Please check your configuration.
  5. 2024-06-25 21:08:03,183 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo]' package. Please check your configuration.
  6. 2024-06-25 21:08:03,221 [restartedMain] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
  7. 2024-06-25 21:08:03,345 [restartedMain] INFO [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f18d2d9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2024-06-25 21:08:03,610 [restartedMain] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
  9. 2024-06-25 21:08:03,611 [restartedMain] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:180 - Initializing ProtocolHandler ["http-nio-8080"]
  10. 2024-06-25 21:08:03,612 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Starting service [Tomcat]
  11. 2024-06-25 21:08:03,613 [restartedMain] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
  12. 2024-06-25 21:08:03,653 [localhost-startStop-1] INFO [o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]] DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
  13. 2024-06-25 21:08:03,654 [localhost-startStop-1] INFO [org.springframework.web.context.ContextLoader] ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 938 ms
  14. 2024-06-25 21:08:03,707 [localhost-startStop-1] INFO [o.s.boot.web.servlet.ServletRegistrationBean] ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to [/]
  15. 2024-06-25 21:08:03,707 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to: [/*]
  16. 2024-06-25 21:08:03,707 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  17. 2024-06-25 21:08:03,708 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  18. 2024-06-25 21:08:03,708 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to: [/*]
  19. 2024-06-25 21:08:03,795 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  20. 2024-06-25 21:08:04,020 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerAdapter] RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1e3bab68: startup date [Tue Jun 25 21:08:02 CST 2024]; root of context hierarchy
  21. 2024-06-25 21:08:04,041 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  22. 2024-06-25 21:08:04,041 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  23. 2024-06-25 21:08:04,066 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  24. 2024-06-25 21:08:04,067 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  25. 2024-06-25 21:08:04,102 [restartedMain] WARN [o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration] ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  26. 2024-06-25 21:08:04,147 [restartedMain] WARN [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
  27. 2024-06-25 21:08:04,148 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Stopping service [Tomcat]
  28. 2024-06-25 21:08:04,160 [restartedMain] INFO [o.s.b.a.l.ConditionEvaluationReportLoggingListener] ConditionEvaluationReportLoggingListener.java:101 -
  29. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  30. 2024-06-25 21:08:04,168 [restartedMain] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] LoggingFailureAnalysisReporter.java:42 -
  31. ***************************
  32. APPLICATION FAILED TO START
  33. ***************************
  34. Description:
  35. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
  36. Reason: Failed to determine a suitable driver class
  37. Action:
  38. Consider the following:
  39. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
  40. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
  41. 2024-06-25 21:08:15,144 [restartedMain] INFO [com.bootdo.CicApplication] StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
  42. 2024-06-25 21:08:15,145 [restartedMain] INFO [com.bootdo.CicApplication] SpringApplication.java:659 - No active profile set, falling back to default profiles: default
  43. 2024-06-25 21:08:15,154 [restartedMain] INFO [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c2c3d28: startup date [Tue Jun 25 21:08:15 CST 2024]; root of context hierarchy
  44. 2024-06-25 21:08:16,018 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo.*.dao]' package. Please check your configuration.
  45. 2024-06-25 21:08:16,082 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo]' package. Please check your configuration.
  46. 2024-06-25 21:08:16,146 [restartedMain] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
  47. 2024-06-25 21:08:16,331 [restartedMain] INFO [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f18d2d9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  48. 2024-06-25 21:08:16,691 [restartedMain] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
  49. 2024-06-25 21:08:16,692 [restartedMain] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:180 - Initializing ProtocolHandler ["http-nio-8080"]
  50. 2024-06-25 21:08:16,692 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Starting service [Tomcat]
  51. 2024-06-25 21:08:16,693 [restartedMain] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
  52. 2024-06-25 21:08:16,752 [localhost-startStop-1] INFO [o.a.c.c.ContainerBase.[Tomcat-1].[localhost].[/]] DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
  53. 2024-06-25 21:08:16,753 [localhost-startStop-1] INFO [org.springframework.web.context.ContextLoader] ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1599 ms
  54. 2024-06-25 21:08:16,843 [localhost-startStop-1] INFO [o.s.boot.web.servlet.ServletRegistrationBean] ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to [/]
  55. 2024-06-25 21:08:16,843 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to: [/*]
  56. 2024-06-25 21:08:16,845 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  57. 2024-06-25 21:08:16,845 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  58. 2024-06-25 21:08:16,846 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to: [/*]
  59. 2024-06-25 21:08:16,914 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  60. 2024-06-25 21:08:17,159 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerAdapter] RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c2c3d28: startup date [Tue Jun 25 21:08:15 CST 2024]; root of context hierarchy
  61. 2024-06-25 21:08:17,186 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  62. 2024-06-25 21:08:17,186 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  63. 2024-06-25 21:08:17,221 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  64. 2024-06-25 21:08:17,221 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  65. 2024-06-25 21:08:17,270 [restartedMain] WARN [o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration] ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  66. 2024-06-25 21:08:17,325 [restartedMain] WARN [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
  67. 2024-06-25 21:08:17,325 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Stopping service [Tomcat]
  68. 2024-06-25 21:08:17,337 [restartedMain] INFO [o.s.b.a.l.ConditionEvaluationReportLoggingListener] ConditionEvaluationReportLoggingListener.java:101 -
  69. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  70. 2024-06-25 21:08:17,338 [restartedMain] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] LoggingFailureAnalysisReporter.java:42 -
  71. ***************************
  72. APPLICATION FAILED TO START
  73. ***************************
  74. Description:
  75. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
  76. Reason: Failed to determine a suitable driver class
  77. Action:
  78. Consider the following:
  79. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
  80. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
  81. 2024-06-25 21:08:20,195 [restartedMain] INFO [com.bootdo.CicApplication] StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
  82. 2024-06-25 21:08:20,196 [restartedMain] INFO [com.bootdo.CicApplication] SpringApplication.java:659 - No active profile set, falling back to default profiles: default
  83. 2024-06-25 21:08:20,216 [restartedMain] INFO [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3b8deaf7: startup date [Tue Jun 25 21:08:20 CST 2024]; root of context hierarchy
  84. 2024-06-25 21:08:21,224 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo.*.dao]' package. Please check your configuration.
  85. 2024-06-25 21:08:21,282 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo]' package. Please check your configuration.
  86. 2024-06-25 21:08:21,319 [restartedMain] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
  87. 2024-06-25 21:08:21,625 [restartedMain] INFO [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f18d2d9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  88. 2024-06-25 21:08:21,911 [restartedMain] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
  89. 2024-06-25 21:08:21,912 [restartedMain] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:180 - Initializing ProtocolHandler ["http-nio-8080"]
  90. 2024-06-25 21:08:21,913 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Starting service [Tomcat]
  91. 2024-06-25 21:08:21,913 [restartedMain] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
  92. 2024-06-25 21:08:21,958 [localhost-startStop-1] INFO [o.a.c.c.ContainerBase.[Tomcat-2].[localhost].[/]] DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
  93. 2024-06-25 21:08:21,959 [localhost-startStop-1] INFO [org.springframework.web.context.ContextLoader] ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1743 ms
  94. 2024-06-25 21:08:22,041 [localhost-startStop-1] INFO [o.s.boot.web.servlet.ServletRegistrationBean] ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to [/]
  95. 2024-06-25 21:08:22,041 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to: [/*]
  96. 2024-06-25 21:08:22,042 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  97. 2024-06-25 21:08:22,042 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  98. 2024-06-25 21:08:22,042 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to: [/*]
  99. 2024-06-25 21:08:22,121 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  100. 2024-06-25 21:08:22,410 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerAdapter] RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3b8deaf7: startup date [Tue Jun 25 21:08:20 CST 2024]; root of context hierarchy
  101. 2024-06-25 21:08:22,438 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  102. 2024-06-25 21:08:22,439 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  103. 2024-06-25 21:08:22,472 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  104. 2024-06-25 21:08:22,473 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  105. 2024-06-25 21:08:22,514 [restartedMain] WARN [o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration] ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  106. 2024-06-25 21:08:22,560 [restartedMain] WARN [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
  107. 2024-06-25 21:08:22,561 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Stopping service [Tomcat]
  108. 2024-06-25 21:08:22,570 [restartedMain] INFO [o.s.b.a.l.ConditionEvaluationReportLoggingListener] ConditionEvaluationReportLoggingListener.java:101 -
  109. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  110. 2024-06-25 21:08:22,571 [restartedMain] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] LoggingFailureAnalysisReporter.java:42 -
  111. ***************************
  112. APPLICATION FAILED TO START
  113. ***************************
  114. Description:
  115. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
  116. Reason: Failed to determine a suitable driver class
  117. Action:
  118. Consider the following:
  119. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
  120. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
  121. 2024-06-25 21:08:45,739 [restartedMain] INFO [com.bootdo.CicApplication] StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
  122. 2024-06-25 21:08:45,740 [restartedMain] INFO [com.bootdo.CicApplication] SpringApplication.java:659 - No active profile set, falling back to default profiles: default
  123. 2024-06-25 21:08:45,745 [restartedMain] INFO [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@55bd4ed1: startup date [Tue Jun 25 21:08:45 CST 2024]; root of context hierarchy
  124. 2024-06-25 21:08:46,361 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo.*.dao]' package. Please check your configuration.
  125. 2024-06-25 21:08:46,423 [restartedMain] WARN [org.mybatis.spring.mapper.ClassPathMapperScanner] ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '[com.bootdo]' package. Please check your configuration.
  126. 2024-06-25 21:08:46,478 [restartedMain] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
  127. 2024-06-25 21:08:46,633 [restartedMain] INFO [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f18d2d9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  128. 2024-06-25 21:08:46,883 [restartedMain] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
  129. 2024-06-25 21:08:46,885 [restartedMain] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:180 - Initializing ProtocolHandler ["http-nio-8080"]
  130. 2024-06-25 21:08:46,885 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Starting service [Tomcat]
  131. 2024-06-25 21:08:46,886 [restartedMain] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
  132. 2024-06-25 21:08:46,927 [localhost-startStop-1] INFO [o.a.c.c.ContainerBase.[Tomcat-3].[localhost].[/]] DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
  133. 2024-06-25 21:08:46,928 [localhost-startStop-1] INFO [org.springframework.web.context.ContextLoader] ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1183 ms
  134. 2024-06-25 21:08:47,108 [localhost-startStop-1] INFO [o.s.boot.web.servlet.ServletRegistrationBean] ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to [/]
  135. 2024-06-25 21:08:47,109 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to: [/*]
  136. 2024-06-25 21:08:47,110 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  137. 2024-06-25 21:08:47,110 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  138. 2024-06-25 21:08:47,110 [localhost-startStop-1] INFO [o.s.boot.web.servlet.FilterRegistrationBean] AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to: [/*]
  139. 2024-06-25 21:08:47,196 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  140. 2024-06-25 21:08:47,435 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerAdapter] RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@55bd4ed1: startup date [Tue Jun 25 21:08:45 CST 2024]; root of context hierarchy
  141. 2024-06-25 21:08:47,459 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  142. 2024-06-25 21:08:47,459 [restartedMain] INFO [o.s.w.s.m.m.a.RequestMappingHandlerMapping] AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  143. 2024-06-25 21:08:47,491 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  144. 2024-06-25 21:08:47,492 [restartedMain] INFO [o.s.web.servlet.handler.SimpleUrlHandlerMapping] AbstractUrlHandlerMapping.java:373 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  145. 2024-06-25 21:08:47,570 [restartedMain] WARN [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext] AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
  146. 2024-06-25 21:08:47,571 [restartedMain] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:180 - Stopping service [Tomcat]
  147. 2024-06-25 21:08:47,580 [restartedMain] INFO [o.s.b.a.l.ConditionEvaluationReportLoggingListener] ConditionEvaluationReportLoggingListener.java:101 -
  148. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  149. 2024-06-25 21:08:47,581 [restartedMain] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] LoggingFailureAnalysisReporter.java:42 -
  150. ***************************
  151. APPLICATION FAILED TO START
  152. ***************************
  153. Description:
  154. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
  155. Reason: Failed to determine a suitable driver class
  156. Action:
  157. Consider the following:
  158. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
  159. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).