| pom.xml | ●●●●● Patch | Ansicht | Raw | Blame | Historie | |
| src/main/resources/application.properties | ●●●●● Patch | Ansicht | Raw | Blame | Historie | |
| src/main/resources/application.yaml | ●●●●● Patch | Ansicht | Raw | Blame | Historie |
pom.xml
@@ -25,6 +25,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> src/main/resources/application.properties
Datei wurde gelöscht src/main/resources/application.yaml
Neue Datei @@ -0,0 +1,9 @@ spring: datasource: url: jdbc:h2:mem:seminar username: seminar password: seminar driverClassName: org.h2.Driver jpa: hibernate: ddl-auto: update