springboot运行时该注意的地方
Posted 赤青1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot运行时该注意的地方相关的知识,希望对你有一定的参考价值。
1、SpringBoot的入口类一定要放在所有类的上一层,也就是要包含所有子包中的类
springBoot在启动时才会加载所有子包中的所有组件
否则会出现启动成功但是访问不到的情况:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Dec 14 16:35:25 CST 2016
There was an unexpected error (type=Not Found, status=404).
No message available
以上是关于springboot运行时该注意的地方的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot MyBatis yml配置,打印sql语句,Mybatis字段值为空时该字段不返回。