写springboot显目时遇到的问题

2022-02-25 19:45:47.814  INFO 8664 --- [  restartedMain] .p.i.IdleGoodsTradingPlatformApplication : Starting IdleGoodsTradingPlatformApplication using Java 1.8.0_291 on Feng with PID 8664 (D:\Coding\idle-goods-trading-platform\target\classes started by zuoxu in D:\Coding\idle-goods-trading-platform)
2022-02-25 19:45:47.861  INFO 8664 --- [  restartedMain] .p.i.IdleGoodsTradingPlatformApplication : No active profile set, falling back to default profiles: default
2022-02-25 19:45:47.921  INFO 8664 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-02-25 19:45:47.921  INFO 8664 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-02-25 19:45:48.903  INFO 8664 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2022-02-25 19:45:48.906  INFO 8664 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2022-02-25 19:45:48.953  INFO 8664 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 0 Redis repository interfaces.
2022-02-25 19:45:49.421  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.phrase3.idlegoodstradingplatform.config.ShiroConfig$$EnhancerBySpringCGLIB$$3fe453f3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
2022-02-25 19:45:50.446  INFO 8664 --- [  restartedMain] 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-02-25 19:45:50.452  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$513f0fdc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.455  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.479  INFO 8664 --- [  restartedMain] 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-02-25 19:45:50.514  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
Parsed mapper file: 'file [D:\Coding\idle-goods-trading-platform\target\classes\mapper\UserMapper.xml]'
2022-02-25 19:45:50.751  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.757  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.758  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'IUserMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.760  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'IUserMapper' of type [com.sun.proxy.$Proxy74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.762  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'userServiceImpl' of type [com.phrase3.idlegoodstradingplatform.service.Impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.763  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'myShiroRealm' of type [com.phrase3.idlegoodstradingplatform.config.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-25 19:45:50.770  INFO 8664 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

 

上一篇:最流行的Go语言基于Gin+Xorm+Layui敏捷开发框架


下一篇:每日一练(25): 0~n-1中缺失的数字