Mercurial > hg > SpringPlayground
comparison spring-boot-playground/pom.xml @ 6:d57d0c6a841b
Einbau von liquibase zum Erzeugen des Schemas
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 13 Aug 2020 16:18:20 +0200 |
parents | 227f3105fedd |
children | 0b52fb868607 |
comparison
equal
deleted
inserted
replaced
5:227f3105fedd | 6:d57d0c6a841b |
---|---|
44 </dependency> | 44 </dependency> |
45 <dependency> | 45 <dependency> |
46 <groupId>org.springframework.boot</groupId> | 46 <groupId>org.springframework.boot</groupId> |
47 <artifactId>spring-boot-starter-data-jpa</artifactId> | 47 <artifactId>spring-boot-starter-data-jpa</artifactId> |
48 </dependency> | 48 </dependency> |
49 <dependency> | |
50 <groupId>org.liquibase</groupId> | |
51 <artifactId>liquibase-core</artifactId> | |
52 </dependency> | |
49 <dependency> | 53 <dependency> |
50 <groupId>com.h2database</groupId> | 54 <groupId>com.h2database</groupId> |
51 <artifactId>h2</artifactId> | 55 <artifactId>h2</artifactId> |
52 </dependency> | 56 </dependency> |
53 | 57 |