static 文件夾中存放的網頁都是靜態網頁,thymleaf是不會對這個文件夾中的網頁進行解析的 templates/pages 文件夾中的網頁都是動態網頁,在使用thymleaf解析時,會動態的將網頁的信息拼接上去
經過/goods/doGoodsUI路徑訪問到GoodsController(Controller層),再根據具體具體路徑值調用對應的方法,前端
誰調用方法(doGoodsUI)就給誰(DispatcherServlet),
ViewResolver對應的實現類是(ThymleafViewResolver)
前端客戶端(prefix+viwename+suffix會響應到客戶端)
解析一個模板後會放到ceach中,刷新時是在直接取ceach中的文件,能夠在application.properties中設置是否開啓