Skip to content

Commit b29d32e

Browse files
majguoyiliuTo
authored andcommitted
worker doesn't listen to port 8081
Signed-off-by: Jianguo Ma <[email protected]>
1 parent 935bfb8 commit b29d32e

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

asset-manager/scripts/start.cmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ cd /d "%PROJECT_ROOT%\worker"
2929
start "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

3131
echo Web application: http://localhost:8080
32-
echo Worker application: http://localhost:8081
3332
echo RabbitMQ Management: http://localhost:15672 (guest/guest)

asset-manager/scripts/start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ cd "$PROJECT_ROOT/worker" && "$PROJECT_ROOT/mvnw" spring-boot:run -Dspring-boot.
3434

3535
echo "All services started! Check logs directory for output."
3636
echo "Web application: http://localhost:8080"
37-
echo "Worker application: http://localhost:8081"
3837
echo "RabbitMQ Management: http://localhost:15672 (guest/guest)"

asset-manager/worker/src/main/resources/application.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ aws.secretKey=your-secret-key
44
aws.region=us-east-1
55
aws.s3.bucket=your-bucket-name
66

7-
# Server port (different from web module)
8-
server.port=8081
9-
107
# Application name
118
spring.application.name=assets-manager-worker
129

0 commit comments

Comments
 (0)