Skip to content

Commit

Permalink
add :: fcm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Oct 10, 2024
1 parent ae5855b commit 7f2b236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation("io.jsonwebtoken:jjwt:0.9.1")
implementation("org.springdoc:springdoc-openapi-ui:1.6.9")
implementation("com.amazonaws:aws-java-sdk-s3:1.12.281")
implementation("com.google.firebase:firebase-admin:8.1.0")
compileOnly("org.projectlombok:lombok")
runtimeOnly("com.mysql:mysql-connector-j")
annotationProcessor("org.projectlombok:lombok")
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ cloud:
stack:
auto: false

firebase:
url: ${FCM_URL}

server:
port: 8989


0 comments on commit 7f2b236

Please sign in to comment.