spring boot怎么直接访问html?

spring boot怎么直接访问html.就是不走后台controller。现在是想要访问一个页面,必须走controller,controller方法就直接return “myhtml”。方法就直接返回页面的string了。怎么可以配置,直接访问html页面,不走controller

慕标5832272
浏览 196回答 3
3回答

尚方宝剑之说

在resource目录下新建一个static目录,放到static目录下即可

潇湘沐

放到静态资源目录下

素胚勾勒不出你

设置好读取静态文件的位置:spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/然后就可以,直接访问html了
打开App,查看更多内容
随时随地看视频慕课网APP