Browse Source

Update application: add internal-port

StrayWarrior 6 months ago
parent
commit
62202acb2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      long-article-recommend-service/src/main/resources/application.yml

+ 1 - 0
long-article-recommend-service/src/main/resources/application.yml

@@ -28,6 +28,7 @@ spring:
 #      negotiationType: PLAINTEXT
 
 server:
+  internal-port: 30081
   tomcat:
     threads:
       max: 1000