beaniejoy / dongne-cafe-api

☕️ kotlin & spring boot application (toy project) / siren order service for local cafe
2 stars 1 forks source link

Spring Boot 3 버전 migration #83

Closed beaniejoy closed 10 months ago

beaniejoy commented 10 months ago

기록

변경점

noArg { annotation("jakarta.persistence.Entity") annotation("jakarta.persistence.Embeddable") annotation("jakarta.persistence.MappedSuperclass") annotation("org.springframework.data.redis.core.RedisHash") // redis hash }


- security 관련 설정 내용 변경
  - 코틀린 람다형식으로 변경