mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-22 11:36:24 +00:00
9 lines
159 B
Groovy
9 lines
159 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
implementation 'com.mysql:mysql-connector-j'
|
|
}
|
|
|
|
bootJar {
|
|
archiveFileName = "store-service.jar"
|
|
}
|