課程
/后端開發
/Java
/2小時學會Spring Boot
POM文件右鍵maven reimport操作了 命令行也做了install了 還是不行 請問是為什么呢?
2017-02-18
源自:2小時學會Spring Boot 4-1
正在回答
我也遇到這個問題了。OMG指定版本是什么意思。
qq_話傷_04355429
OMG 指定了version就可以了 是新版IDEA或新版plugin的原因么???
<?xml?version="1.0"?encoding="UTF-8"?> <project?xmlns="http://maven.apache.org/POM/4.0.0"?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ????????xsi:schemaLocation="http://maven.apache.org/POM/4.0.0?http://maven.apache.org/xsd/maven-4.0.0.xsd"> ???<modelVersion>4.0.0</modelVersion> ???<groupId>com.kofzhoubiwen</groupId> ???<artifactId>girl</artifactId> ???<version>0.0.1-SNAPSHOT</version> ???<packaging>jar</packaging> ???<name>girl</name> ???<description>Demo?project?for?Spring?Boot</description> ???<parent> ???????<groupId>org.springframework.boot</groupId> ???????<artifactId>spring-boot-starter-parent</artifactId> ???????<version>1.4.4.RELEASE</version> ???????<relativePath/>?<!--?lookup?parent?from?repository?--> ???</parent> ???<properties> ???????<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> ???????<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> ???????<java.version>1.8</java.version> ???</properties> ???<dependencies> ???????<dependency> ???????????<groupId>org.springframework.boot</groupId> ???????????<artifactId>spring-boot-starter-thymeleaf</artifactId> ???????</dependency> ???????<dependency> ???????????<groupId>org.springframework.boot</groupId> ???????????<artifactId>spring-boot-starter-web</artifactId> ???????</dependency> ???????<dependency> ???????????<groupId>org.springframework.boot</groupId> ???????????<artifactId>spring-boot-starter-test</artifactId> ???????????<scope>test</scope> ???????</dependency> ???</dependencies> ???<build> ???????<plugins> ???????????<plugin> ???????????????<groupId>org.springframework.boot</groupId> ???????????????<artifactId>spring-boot-maven-plugin</artifactId> ???????????</plugin> ???????</plugins> ???</build> </project>
auto-import設置下試試
kofzhoubiwen 提問者
舉報
Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-07-02
我也遇到這個問題了。OMG指定版本是什么意思。
2017-02-18
OMG 指定了version就可以了 是新版IDEA或新版plugin的原因么???
2017-02-18
2017-02-18
auto-import設置下試試