Skip to content

Commit a2373d8

Browse files
authored
Add spring-boot-starter-json
1 parent 546361c commit a2373d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • parte_2/tema_2.3_rest/rest_ejem8

parte_2/tema_2.3_rest/rest_ejem8/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-web</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.springframework.boot</groupId>
30+
<artifactId>spring-boot-starter-json</artifactId>
31+
</dependency>
2832
<dependency>
2933
<groupId>org.springframework.boot</groupId>
3034
<artifactId>spring-boot-devtools</artifactId>

0 commit comments

Comments
 (0)