From 0c00942b096c8fcdd0c8e53d4e71741aa1f3a74b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 17 Feb 2023 15:33:08 +0800
Subject: [PATCH] 合伙人权益的后台编辑上传 接口

---
 src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e290bc5..ebfeb13 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,11 +1,11 @@
 server:
-  port: 8083
+  port: 8085
   tomcat:
     uri-encoding: utf-8
 
 spring:
   profiles:
-    active: test
+    active: dev
 
   servlet:
     multipart:

--
Gitblit v1.9.1