From d8635e0e390f917fd2704dc56d253addb5c6f3ee Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 03 五月 2024 22:08:23 +0800
Subject: [PATCH] mrshi
---
server/system_timer/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/system_timer/src/main/resources/application.yml b/server/system_timer/src/main/resources/application.yml
index fac150d..b08486e 100644
--- a/server/system_timer/src/main/resources/application.yml
+++ b/server/system_timer/src/main/resources/application.yml
@@ -8,7 +8,7 @@
spring:
application:
- name: system_timer
+ name: systemTimer
profiles:
active: dev
@@ -64,7 +64,7 @@
compression:
enabled: true
mime-types: application/json
- port: 10010
+ port: 10011
tomcat:
max-swallow-size: -1
servlet:
--
Gitblit v1.9.3