Whitelabel Error Page There was an unexpected error (type=Not Found, status=404). No message availab

简介: Whitelabel Error Page There was an unexpected error (type=Not Found, status=404). No message availab

我出现这个问题,找了好多,都没解决,最后发现配置错了,pom.xml中的依赖引入错了,html出现不了,应该引入的是

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-thymeleaf -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>
目录
打赏
0
0
0
0
31
分享
相关文章
OpenScManager failed , error code = 5
【10月更文挑战第7天】OpenScManager failed , error code = 5
205 3
failed to set system property error code: 0x18
failed to set system property error code: 0x18
417 1
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
306 0
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
150 0
|
9月前
|
报错:error Parsing error: x-invalid-end-tag
报错:error Parsing error: x-invalid-end-tag
176 0
Error:error C2601: ‘b‘ : local function definitions are illegal error C2063: ‘b‘ : not a function
Error:error C2601: ‘b‘ : local function definitions are illegal error C2063: ‘b‘ : not a function
206 0
解决办法:error: unknown type name ‘__int64‘
解决办法:error: unknown type name ‘__int64‘
519 0
unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail
unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail
179 0

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等