Idea中SpringBoot引入thymeleaf没有提示
问题描述:
最近使用Idea搭建SpringBoot时,用到了 thymeleaf,但是出现了点问题:输入th: 代码有没有提示。

解决方法:
<html lang="en" xmlns:th="http://www.thymeleaf.org">
最近使用Idea搭建SpringBoot时,用到了 thymeleaf,但是出现了点问题:输入th: 代码有没有提示。

<html lang="en" xmlns:th="http://www.thymeleaf.org">