From eb3d749e98f10291d5a9461ac8b69b0f65c82736 Mon Sep 17 00:00:00 2001 From: 3y Date: Thu, 4 Aug 2022 20:26:55 +0800 Subject: [PATCH] update vip port --- austin-web/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/austin-web/src/main/resources/application.properties b/austin-web/src/main/resources/application.properties index ac485c3..c77e252 100644 --- a/austin-web/src/main/resources/application.properties +++ b/austin-web/src/main/resources/application.properties @@ -4,7 +4,7 @@ # todo [database] ip/port/username/password 【must】 austin.database.ip=austin.mysql -austin.database.port=3306 +austin.database.port=5004 austin.database.username=root austin.database.password=root123_A