From c0ba00ca16e55b0a7044e09792bddd382b737b74 Mon Sep 17 00:00:00 2001 From: 3y Date: Sat, 24 Dec 2022 11:04:47 +0800 Subject: [PATCH] fix xxl-job --- austin-web/src/main/resources/application-test.properties | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/austin-web/src/main/resources/application-test.properties b/austin-web/src/main/resources/application-test.properties index 3b4fbeb..62bc7af 100644 --- a/austin-web/src/main/resources/application-test.properties +++ b/austin-web/src/main/resources/application-test.properties @@ -1,7 +1,7 @@ # TODO please replace 【must】 config value # TODO please replace 【must】 config value # TODO please replace 【must】 config value -server.port=8080 +server.port=6666 # docker mysql austin.database.ip=austin-mysql @@ -32,7 +32,7 @@ austin.rabbitmq.port= # todo [xxl-job] switch 【optional】, if austin.xxl.job.enabled=true 【must】 austin.xxl.job.enabled=true austin.xxl.job.ip=austin-xxl-job -austin.xxl.job.port=6767 +austin.xxl.job.port=8080 # todo choose: apollo/nacos switch 【optional】 ,if apollo and nacos both false, use local.properties austin.apollo.enabled=false diff --git a/docker-compose.yml b/docker-compose.yml index 01b856b..f7897f9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -97,7 +97,7 @@ services: image: xuxueli/xxl-job-admin:2.3.0 container_name: austin-xxl-job ports: - - "6767:6767" + - "8080:8080" environment: PARAMS: '--spring.datasource.url=jdbc:mysql://austin-mysql:3306/xxl_job?Unicode=true&characterEncoding=UTF-8 --spring.datasource.username=root --spring.datasource.password=root123_A' networks: @@ -108,7 +108,7 @@ services: build: context: ./ ports: - - 8080:8080 + - 6666:6666 restart: always container_name: austin depends_on: