mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +00:00
13 lines
217 B
Groovy
13 lines
217 B
Groovy
rootProject.name = 'phonebill'
|
|
|
|
// 공통 모듈
|
|
include 'common'
|
|
|
|
// 마이크로서비스 모듈들
|
|
include 'api-gateway'
|
|
include 'user-service'
|
|
include 'bill-service'
|
|
include 'product-service'
|
|
include 'kos-mock'
|
|
|