spring boot - Why thymeleaf imports wrong static files -


the page can not show correctly, seems thymeleaf imports wrong static files while integrated spring-boot.

enter image description here

enter image description here

enter image description here

resolved, because configured server.servletpath in application file. change server.contextpath.


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -