Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unluckyjung/kotlin-spring-jpa-playground
kotlin에서의 spring, jpa 기능을 학습, 테스트 해보는 용도의 레포지토리입니다.
https://github.com/unluckyjung/kotlin-spring-jpa-playground
Last synced: 28 days ago
JSON representation
kotlin에서의 spring, jpa 기능을 학습, 테스트 해보는 용도의 레포지토리입니다.
- Host: GitHub
- URL: https://github.com/unluckyjung/kotlin-spring-jpa-playground
- Owner: unluckyjung
- License: mit
- Created: 2022-04-24T06:18:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T06:02:58.000Z (4 months ago)
- Last Synced: 2024-07-07T07:22:16.343Z (4 months ago)
- Language: Kotlin
- Size: 194 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-spring-jpa-playground
kotlin에서의 spring, jpa 기능을 학습, 테스트 해보는 용도의 레포지토리입니다.
[브라운](https://github.com/boorownie)님의 [학습테스트](https://github.com/next-step/spring-learning-test/tree/main) 레포지토리 에서 아이디어를 얻어 만들었습니다.## Goal
- 매번 스프링, JPA 관련 프로젝트를 새롭게 만들면서 기능을 테스트, 학습하는것에 불편함을 느껴 브랜치 기반으로 프로젝트를 사용하기 위해 만들었습니다.
- 테스트해보고 싶은 기능이 있는 경우, 브랜치를 만들어 기능을 학습, 테스트해봅니다.
- java를 사용할떄 이용하던 [레포지토리](https://github.com/unluckyjung/spring-jpa-playground)가 있으나, 주언어가 Kotlin 으로 변경되면서 kotlin 기반의 테스트 환경의 필요성이 느껴저 레포지토리를 새롭게 만들었습니다.---
## Infra Setting
- Mysql or Redis 를 띄워야 하는 경우 [infra](https://github.com/unluckyjung/kotlin-spring-jpa-playground/tree/main/infra) 쪽 문서를 참고하셔서 세팅을 해주시면 됩니다.