Ignore:
Timestamp:
12/27/22 17:21:35 (21 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
dd17343
Parents:
4cc22f9
Message:

database setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/pom.xml

    r4cc22f9 rc482a3d  
    3737            <scope>test</scope>
    3838        </dependency>
     39        <dependency>
     40            <groupId>org.springframework.boot</groupId>
     41            <artifactId>spring-boot-starter-data-jpa</artifactId>
     42        </dependency>
     43        <dependency>
     44            <groupId>org.postgresql</groupId>
     45            <artifactId>postgresql</artifactId>
     46            <scope>runtime</scope>
     47        </dependency>
     48        <dependency>
     49            <groupId>org.springframework.boot</groupId>
     50            <artifactId>spring-boot-starter-jdbc</artifactId>
     51        </dependency>
    3952    </dependencies>
    4053
Note: See TracChangeset for help on using the changeset viewer.