File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
worker/src/main/resources Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,4 @@ cd /d "%PROJECT_ROOT%\worker"
2929start " Worker Module" cmd /k " %PROJECT_ROOT% \mvnw.cmd spring-boot:run -Dspring-boot.run.jvmArguments=-Dspring.pid.file=%PROJECT_ROOT% \pids\worker.pid -Dspring-boot.run.profiles=dev"
3030
3131echo Web application: http://localhost:8080
32- echo Worker application: http://localhost:8081
3332echo RabbitMQ Management: http://localhost:15672 (guest/guest)
Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ cd "$PROJECT_ROOT/worker" && "$PROJECT_ROOT/mvnw" spring-boot:run -Dspring-boot.
3434
3535echo " All services started! Check logs directory for output."
3636echo " Web application: http://localhost:8080"
37- echo " Worker application: http://localhost:8081"
3837echo " RabbitMQ Management: http://localhost:15672 (guest/guest)"
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ aws.secretKey=your-secret-key
44aws.region =us-east-1
55aws.s3.bucket =your-bucket-name
66
7- # Server port (different from web module)
8- server.port =8081
9-
107# Application name
118spring.application.name =assets-manager-worker
129
You can’t perform that action at this time.
0 commit comments