Skip to content

Commit

Permalink
update spring boot 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qihaiyan committed Jan 20, 2024
1 parent 8af023b commit f7aa3c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
set('springBootVersion', "3.2.1")
set('springBootVersion', "3.2.2")
}
repositories {
maven { url "https://plugins.gradle.org/m2/" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void destroy() {
}

public void registerTask(TaskData taskData) {
// CronTask task = new CronTask(runnable, "0/1 * * * * ?");
//如果配置一致,则不需要重新创建定时任务
if (scheduledFutures.containsKey(taskData.getId())
&& cronTasks.get(taskData.getId()).getExpression().equals(taskData.getExpression())) {
Expand Down

This file was deleted.

0 comments on commit f7aa3c1

Please sign in to comment.