Open edysegura opened 4 years ago
Update your io.spring.initializr in the pom file, it will fix this issue
The 0.8.0 version does not support the formating '2.4.0-SNAPSHOT' it expects '2.4.0.SNAPSHOT'
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.spring.initializr</groupId>
<artifactId>initializr-bom</artifactId>
<version>0.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Hi @benwilcock!
First of all thank you very much for sharing this knowledge with us, it is a very excited article!! When I tried it I got the problems below.
After ran
./mvnw package spring-boot:run
and then trying to usecurl http://localhost:8080
I got the error below:Follow the complete stacktrace: