springmvc升级springboot整合mybatis启动异常
server:
port: 8080
spring:
datasource:
url:
username:
password:
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis:
mapperLocations: classpath:mapper/*.xml
2022-03-09 10:58:01.739 INFO 8312 --- [ main] com.superway.MysqlApp : No active profile set, falling back to default profiles: default
2022-03-09 10:58:03.535 INFO 8312 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-03-09 10:58:03.543 INFO 8312 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$8020e8ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-03-09 10:58:03.547 INFO 8312 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-03-09 10:58:03.559 INFO 8312 --- [ main] trationDelegate$BeanPostProcessorChecker : 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)
2022-03-09 10:58:03.581 INFO 8312 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
日志不全?这里全是INFO级别的日志,并不是报错。
异常是什么呢?没看到错误日志