Raysmond / SpringBlog

A simple blogging system implemented with Spring Boot + Hibernate + MySQL + Bootstrap4.
http://raysmond.com
BSD 3-Clause "New" or "Revised" License
1.64k stars 695 forks source link

empty page -> http://raysmond.com/ #26

Open mxmingya opened 6 years ago

mxmingya commented 6 years ago

http://raysmond.com/ shows an empty page when I opened it.

Raysmond commented 6 years ago

Somethings, somehow the spring application will try to render the page with Jade instead of Thymeleaf. I already deleted Jade templates, so that might happen. The solution is to remove Jade dependency completely from the project.