https://github.com/elky84/kotlin-todo
Kotlin JPA todo example
https://github.com/elky84/kotlin-todo
example jpa kotlin spring-boot
Last synced: about 1 month ago
JSON representation
Kotlin JPA todo example
- Host: GitHub
- URL: https://github.com/elky84/kotlin-todo
- Owner: elky84
- License: mit
- Created: 2022-12-08T02:16:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T09:48:15.000Z (about 3 years ago)
- Last Synced: 2025-09-17T20:03:48.743Z (9 months ago)
- Topics: example, jpa, kotlin, spring-boot
- Language: Kotlin
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-todo
[](https://elky84.github.io)










# kotlin-todo
## 소개
* Kotlin + Spring Boot + JPA 예제입니다.
* DB는 MySQL을 사용했습니다.
* 간단한 기능 예제입니다.
## 설정
* application.properties 혹은 가동하실 환경에 맞는 application-{환경}.properties 파일을 구성하시고, DB 설정을 하시면 됩니다.
* 실행인자로 datasource 부분을 넘기셔도 무방합니다
* "-Dspring.datasource.url=jdbc:mysql://{ip}:{port}/{db} -Dspring.datasource.username={username} Dspring.datasource.password={password}"