From d147976eb9614eba6bc73ad1faca9f6ccbc0c2bf Mon Sep 17 00:00:00 2001 From: baixinsui Date: Mon, 5 Feb 2024 17:19:43 +0800 Subject: [PATCH] update port of APIs in README --- README.md | 4 ++-- src/main/resources/application.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe20be..acac6b5 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ $ java -jar target/tofu-maker-*.jar API can be accessed using the following URLs ```html -http://localhost:9090 -http://localhost:9090/swagger-ui/index.html +http://localhost:9092 +http://localhost:9092/swagger-ui/index.html ``` ### Production diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5cbd939..60d7aaa 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: Huawei Inc. # spring.application.name=tofu-maker -server.port=9091 +server.port=9092 app.version=@project.version@ spring.banner.location=classpath:banner.txt http.logging.enabled=true