SpringBoot项目中如何访问HTML页面
短信预约 -IT技能 免费直播动态提醒
SpringBoot默认的页面映射路径(即模板文件存放的位置)为“classpath:/templates @Controller public class IndexController { @RequestMapping("/test3") public String test3() { return "test3"; } }
执行结果:
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程网。