Files
CustomAuthenticationEntryPoint/settings.gradle.kts
Hanbin Lee f943cf87df [#28] feat: flyway migration용 gradle module 추가
- db 모듈 추가
- dongne-service-api 모듈에 적용되어 있던 flyway migration 내용 삭제
2023-01-14 23:21:10 +09:00

6 lines
136 B
Kotlin

rootProject.name = "dongne-cafe-api"
include("dongne-common")
include("dongne-service-api")
include("dongne-account-api")
include("db")