스케줄러로 변경

This commit is contained in:
2026-03-08 21:51:44 +09:00
parent 316b3272bf
commit f7df368036
10 changed files with 79 additions and 3 deletions

77
.gitignore vendored Normal file
View File

@@ -0,0 +1,77 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### QueryDSL ###
/src/main/generated/
**/generated/
### Logs ###
*.log
logs/
*.log.*
### OS ###
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
### Environment ###
.env
.env.local
.env.*.local
application-local.yml
application-secret.yml
metrics-collector/.env
### Docker (local testing) ###
.dockerignore
docker-compose.override.yml
### Temporary ###
*.tmp
*.temp
*.swp
*.swo
*~
!/CLAUDE.md

File diff suppressed because one or more lines are too long

View File

@@ -2,6 +2,6 @@ spring:
application: application:
name: make-shapefile-service name: make-shapefile-service
profiles: profiles:
active: prod active: dev
main: main:
web-application-type: none # Disable web server for CLI application web-application-type: none # Disable web server for CLI application