0
は、私はそれが のpom.xml <parent>と<properies>
<properties>
<springboot.version>1.4.1.RELEASE</springboot.version>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>${springboot.version}</version>
<relativePath/>
</parent>
を動作を停止し
<parent>
設定使用特性を作るときに、私は
<version>1.4.1.RELEASE</version>
を設定したときにそれが正常に動作します。ここでの問題は何ですか?
質問にエラーメッセージを追加してください – JimHawkins