我加了项目路径后,报以下错误Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Mar 29 11:12:51 GMT+08:00 2018
There was an unexpected error (type=Not Found, status=404).
No message available
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Mar 29 11:12:51 GMT+08:00 2018
There was an unexpected error (type=Not Found, status=404).
No message available
2018-03-29
如果还没有配置数据源,在启动类配置要加上@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
2018-03-29
如果是找不到entity,可以查看AreaDao.xml配置的parameterType或resultType是否写错
2018-03-24