mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
fix: build
This commit is contained in:
+24
-13
@@ -1,16 +1,3 @@
|
||||
dependencies {
|
||||
api 'org.springframework.boot:spring-boot-starter-web'
|
||||
api 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
api 'org.springframework.boot:spring-boot-starter-security'
|
||||
api 'org.springframework.boot:spring-boot-starter-validation'
|
||||
api 'org.springframework.boot:spring-boot-starter-data-redis'
|
||||
api 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
|
||||
api 'io.jsonwebtoken:jjwt-api:0.12.3'
|
||||
api 'io.jsonwebtoken:jjwt-impl:0.12.3'
|
||||
api 'io.jsonwebtoken:jjwt-jackson:0.12.3'
|
||||
api 'org.projectlombok:lombok'
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = true
|
||||
archiveClassifier = ''
|
||||
@@ -19,3 +6,27 @@ jar {
|
||||
bootJar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
// member/build.gradle
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
runtimeOnly 'com.mysql:mysql-connector-j'
|
||||
}
|
||||
|
||||
// store/build.gradle
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
runtimeOnly 'com.mysql:mysql-connector-j'
|
||||
}
|
||||
|
||||
// marketing-content/build.gradle
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
runtimeOnly 'com.mysql:mysql-connector-j'
|
||||
}
|
||||
|
||||
// ai-recommend/build.gradle
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
runtimeOnly 'com.mysql:mysql-connector-j'
|
||||
}
|
||||
Reference in New Issue
Block a user