|
|
@ -5,13 +5,13 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>3.2.3</version>
|
|
|
|
<version>3.2.2</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<groupId>SAE.ApiREST</groupId>
|
|
|
|
<groupId>com.example</groupId>
|
|
|
|
<artifactId>WebService</artifactId>
|
|
|
|
<artifactId>WebService</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<name>WebService</name>
|
|
|
|
<name>tp2</name>
|
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
<java.version>17</java.version>
|
|
|
@ -27,6 +27,15 @@
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>jakarta.persistence</groupId>
|
|
|
|
|
|
|
|
<artifactId>jakarta.persistence-api</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|