From 90b03048e227c5827b7e420cc8490ac9450ae33b Mon Sep 17 00:00:00 2001 From: xufangming Date: Fri, 18 Apr 2025 17:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BA=BF=E7=A8=8B=E6=B1=A0=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/.gitignore | 1 + .idea/jarRepositories.xml | 20 +++++++++---------- .idea/modules.xml | 8 -------- .../sp/impl/ServicePlanServiceImpl.java | 2 +- .../com/rootcloud/timer/ServicePlanTimer.java | 4 ++-- .../main/resources/config/application-k8s.yml | 6 +++++- .../src/main/resources/config/application.yml | 2 +- 8 files changed, 21 insertions(+), 23 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..5dfcf86 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,4 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +/.idea/* diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index e8c2e7e..8a6f28d 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -1,11 +1,6 @@ - - + + - - + +