SpringBoot+Vue整合

SpringBoot+Vue整合步驟如下: 1.在SpringBoot項目pom.xml下添加如下代碼: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 2.將vue打包項目dis
相關文章
相關標籤/搜索