1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.springframework.boot</groupId>
7 <artifactId>spring-boot-starter-parent</artifactId>
8 <version>3.1.0-M2</version>
9 <relativePath/> <!-- lookup parent from repository -->
11 <groupId>de.juplo.demos</groupId>
12 <artifactId>TEMPLATE</artifactId>
13 <version>0.0.1-SNAPSHOT</version>
14 <name>Demo: TEMPLATE</name>
15 <description>TEMPLATE for a Demo project for Spring Boot</description>
17 <java.version>17</java.version>
21 <groupId>org.springframework.boot</groupId>
22 <artifactId>spring-boot-starter-thymeleaf</artifactId>
25 <groupId>org.springframework.boot</groupId>
26 <artifactId>spring-boot-starter-webflux</artifactId>
30 <groupId>org.springframework.boot</groupId>
31 <artifactId>spring-boot-starter-test</artifactId>
35 <groupId>io.projectreactor</groupId>
36 <artifactId>reactor-test</artifactId>
40 <groupId>org.springframework.boot</groupId>
41 <artifactId>spring-boot-devtools</artifactId>
42 <scope>runtime</scope>
43 <optional>true</optional>
50 <groupId>org.springframework.boot</groupId>
51 <artifactId>spring-boot-maven-plugin</artifactId>
57 <id>spring-milestones</id>
58 <name>Spring Milestones</name>
59 <url>https://repo.spring.io/milestone</url>
61 <enabled>false</enabled>
67 <id>spring-milestones</id>
68 <name>Spring Milestones</name>
69 <url>https://repo.spring.io/milestone</url>
71 <enabled>false</enabled>