Skip to content

Commit

Permalink
Merge pull request #324 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Hank-Choi authored Jan 15, 2025
2 parents ea9c1d5 + 88cd91a commit fd5cf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ spring:

snutt:
secret-key:

server:
netty:
connection-timeout: 5s
idle-timeout: 5s

---
spring:
config:
Expand All @@ -28,7 +22,3 @@ spring:
data:
mongodb:
uri:

logging:
level:
reactor.netty: OFF
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ subprojects {

implementation("org.springframework.boot:spring-boot-starter-data-redis")

implementation("com.wafflestudio.truffle.sdk:truffle-spring-boot-starter:1.1.0")
implementation("com.wafflestudio.truffle.sdk:truffle-logback:1.1.0")
// implementation("com.wafflestudio.truffle.sdk:truffle-spring-boot-starter:1.1.0")
// implementation("com.wafflestudio.truffle.sdk:truffle-logback:1.1.0")

implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.2")

Expand Down

0 comments on commit fd5cf5b

Please sign in to comment.