From 488ae5b77a5e73c6b2b6a19edb777583e1a0c1e7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 01 Dec 2022 10:05:16 +0800
Subject: [PATCH] 20221130

---
 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 3e3e1be..8177156 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,11 +1,11 @@
 server:
-  port: 8081
+  port: 8096
   tomcat:
     uri-encoding: utf-8
 
 spring:
   profiles:
-    active: dev
+    active: prod
 
   thymeleaf:
     cache: false

--
Gitblit v1.9.1