Skip to content

Commit

Permalink
Batch-v1.0.0-1
Browse files Browse the repository at this point in the history
Batch-v1.0.0-1
  • Loading branch information
ImNM authored Mar 3, 2023
2 parents 3d27bc4 + 026e092 commit 66f4d3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions DuDoong-Batch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-batch'

implementation project(':DuDoong-Domain')
implementation project(':DuDoong-Common')
implementation project(':DuDoong-Infrastructure')
Expand Down
4 changes: 3 additions & 1 deletion DuDoong-Batch/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ spring:
- infrastructure
- domain
- common
spring.batch.job.names: ${job.name:NONE}
batch.job.names: ${job.name:NONE}


---
spring:
config:
Expand Down
1 change: 0 additions & 1 deletion DuDoong-Infrastructure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
api group: 'software.amazon.awssdk', name: 'ses', version: "2.19.29"

api 'com.googlecode.libphonenumber:libphonenumber:8.13.5'
api 'org.springframework.boot:spring-boot-starter-web'
api 'org.xhtmlrenderer:flying-saucer-pdf:9.1.20'
api 'com.sun.mail:javax.mail:1.6.2'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ spring:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
password: ${REDIS_PASSWORD:}
main:
web-application-type: servlet
slack:
webhook:
token: ${SLACK_WEBHOOK_TOKEN:}
Expand Down

0 comments on commit 66f4d3f

Please sign in to comment.