From 8725ebeaadc6714823593a6b10a0dd9acdf0d14a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 27 五月 2024 17:19:34 +0800
Subject: [PATCH] 最新版本
---
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