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

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

recursion - Can every recursive algorithm be improved with dynamic programming? -

Sort a complex associative array in PHP -