Advertisement
andersonalmada

Untitled

Jul 29th, 2022
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. <dependency>
  2.     <groupId>org.springframework.boot</groupId>
  3.     <artifactId>spring-boot-starter-data-jpa</artifactId>
  4. </dependency>
  5.  
  6. <dependency>
  7.     <groupId>org.postgresql</groupId>
  8.     <artifactId>postgresql</artifactId>
  9.     <scope>runtime</scope>
  10. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement