<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-thymeleaf -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>1.5.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>1.5.4.RELEASE</version>
</dependency>
2017-11-28
最贊回答 / Sean丶Zhang
第一需要使用?<dependency>? ? ? ? ? ? <groupId>org.springframework.boot</groupId>? ? ? ? ? ? <artifactId>spring-boot-starter-thymeleaf</artifactId>? ? ? ? </dependency>這個maven依賴第二需要去掉之前加在對于映射方法上的注解@RequestBody或是將@RestControlle...
2017-11-27
最新回答 / qq_Voustesuniqu_0
可能是包的問題,你可以更新一下包,有可能是編譯器不能檢測到倉庫中的包,我也遇到過類似問題,多半是因為包,如果有現成的包的話可以直接將包重新復制到本地倉庫,然后更新,不要自動下載
2017-11-27