11 2020 档案
摘要:问题1: o.s.w.s.r.ResourceHttpRequestHandler:Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/index.jsp] 解决: spring boot默认不适用jsp页面,需要引入相关jar包 1 <dependenc
阅读全文
摘要:Spring Boot报错:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 近期学校在学习Java ee,实验要求基于S
阅读全文
摘要:HTTP和HTTPS HTTP协议(HyperText Transfer Protocol,超文本传输协议):是一种发布和接收 HTML页面的方法。 HTTPS(Hypertext Transfer Protocol over Secure Socket Layer)简单讲是HTTP的安全版,在HT
阅读全文