admin | 女足世界杯预测
overlordT:
不要直接访问home.html,看终端在哪开的:
[code=plain]
Tomcat started on port 8080 (http) with context path '/'
[/code]
所有要用http://localhost:8080/会自动打开index.html
注意在html中引入css时,路径不要加static,即使css目录在static目录下:
[code=html]
[/code]
这样虽然直接打开html在浏览器无法找到css等资源,但是托管到springboot运行是可以找到的