diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/ApifoxUploaderProjectSetting.xml b/.idea/ApifoxUploaderProjectSetting.xml deleted file mode 100644 index 2cb57cc..0000000 --- a/.idea/ApifoxUploaderProjectSetting.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 936177e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 63e9001..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml b/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml deleted file mode 100644 index e62f560..0000000 --- a/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml deleted file mode 100644 index 7dc1249..0000000 --- a/.idea/git_toolbox_blame.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index e8669f3..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index be5f5c6..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 030ca27..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - Java - - - 性能Java - - - - - 用户定义 - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index d843f34..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/target/classes/application.yml b/target/classes/application.yml deleted file mode 100644 index 3828747..0000000 --- a/target/classes/application.yml +++ /dev/null @@ -1,21 +0,0 @@ -spring: - # 邮件配置 - mail: - host: us1.workspace.org # 邮件服务器地址 - port: 587 # 端口号 - username: nnbwo7zjhg5sg@orinme.com - password: nnbwo7zjhg5sg - properties: - mail: - smtp: - auth: true - starttls: - enable: true - required: true - - # 定时任务配置 - task: - scheduling: - pool: - size: 5 # 定时任务线程池大小 - thread-name-prefix: scheduled-task- # 定时任务线程名称前缀 \ No newline at end of file diff --git a/target/classes/com/example/EmailSchedulerApplication.class b/target/classes/com/example/EmailSchedulerApplication.class deleted file mode 100644 index 43faf84..0000000 Binary files a/target/classes/com/example/EmailSchedulerApplication.class and /dev/null differ diff --git a/target/classes/com/example/controller/EmailRequest.class b/target/classes/com/example/controller/EmailRequest.class deleted file mode 100644 index 86f2fa4..0000000 Binary files a/target/classes/com/example/controller/EmailRequest.class and /dev/null differ diff --git a/target/classes/com/example/controller/EmailTestController.class b/target/classes/com/example/controller/EmailTestController.class deleted file mode 100644 index 6ed5696..0000000 Binary files a/target/classes/com/example/controller/EmailTestController.class and /dev/null differ diff --git a/target/classes/com/example/scheduler/EmailScheduler.class b/target/classes/com/example/scheduler/EmailScheduler.class deleted file mode 100644 index 119b190..0000000 Binary files a/target/classes/com/example/scheduler/EmailScheduler.class and /dev/null differ diff --git a/target/classes/com/example/service/EmailService.class b/target/classes/com/example/service/EmailService.class deleted file mode 100644 index cf7a342..0000000 Binary files a/target/classes/com/example/service/EmailService.class and /dev/null differ