From 3af98396cbb03e98ead2a2cab16d9e278ee83455 Mon Sep 17 00:00:00 2001 From: Carl <376654749@qq.com> Date: Fri, 3 Dec 2021 15:07:59 +0800 Subject: [PATCH] modify config port 10086->8082 --- .../src/main/resources/dev/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties b/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties index e288cd16..cb534d67 100644 --- a/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties +++ b/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties @@ -1,10 +1,10 @@ ######################### server ################### server.servlet.context-path=/smart-admin-api -server.port=10086 +server.port=8082 spring.profiles.active=@profiles.active@ ######################### tomcat ################### -server.tomcat.basedir=/home/logs/smart-admin/tomcat-logs +server.tomcat.basedir=/home/royalcanin-dev/tomcat-9/smart-admin/tomcat-logs server.tomcat.accesslog.enabled=true server.tomcat.accesslog.pattern=%t %{X-Forwarded-For}i %a "%r" %s %D (%D ms) @@ -75,7 +75,7 @@ swagger.apiGroupName=smartAdmin swagger.title=smartAdmin swagger.description=smartAdmin swagger.version=1.0 -swagger.serviceUrl=http://localhost:10086/smart-admin-api +swagger.serviceUrl=http://47.96.75.242:10086/smart-admin-api swagger.packAge=net.lab1024.smartadmin.module ######################### jwt #########################