From c5bb7eb009a5f2e52181406707e85a74fb5c7f9b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 17 Jul 2023 17:21:49 +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..dc3ee1d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,11 +1,11 @@
 server:
-  port: 8083
+  port: 8184
   tomcat:
     uri-encoding: utf-8
 
 spring:
   profiles:
-    active: test
+    active: dev
 
   servlet:
     multipart:

--
Gitblit v1.9.1