Merge branch 'exercise06' into exercise07
| | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.7.4</version> |
| | | <version>3.1.3</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | </parent> |
| | | <groupId>de.gedoplan.seminar.sbt</groupId> |
| | |
| | | package de.gedoplan.seminar.sbt.di.exercise.domain; |
| | | |
| | | import javax.persistence.*; |
| | | import jakarta.persistence.*; |
| | | import java.util.Objects; |
| | | |
| | | @Entity |
| | |
| | | package de.gedoplan.seminar.sbt.di.exercise.domain; |
| | | |
| | | import javax.persistence.*; |
| | | import jakarta.persistence.*; |
| | | import java.text.Collator; |
| | | import java.util.Collections; |
| | | import java.util.Comparator; |
| | |
| | | package de.gedoplan.seminar.sbt.di.exercise.domain; |
| | | |
| | | import javax.persistence.*; |
| | | import jakarta.persistence.*; |
| | | import java.util.Collections; |
| | | import java.util.Date; |
| | | import java.util.Map; |
| | |
| | | import de.gedoplan.seminar.sbt.di.exercise.repository.CocktailRepository; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | | import jakarta.annotation.PostConstruct; |
| | | import java.text.ParseException; |
| | | import java.util.List; |
| | | |
| | |
| | | import org.springframework.context.annotation.Primary; |
| | | import org.springframework.web.context.annotation.RequestScope; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | | import jakarta.annotation.PostConstruct; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.stream.Collectors; |
| | |
| | | jpa: |
| | | hibernate: |
| | | ddl-auto: update |
| | | |
| | | #cocktailService: |
| | | # mock: true |