Skip to content

Commit 0ec119d

Browse files
committed
fix : scheduler fix
1 parent 684dffe commit 0ec119d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ spring:
22
application:
33
name: leetcode-api
44

5-
scheduler:
6-
enabled: true #change this to true when deploying via pipeline for testing we can keep it false after once the data is loaded in db
7-
85
jackson:
96
serialization:
107
indent_output: true
@@ -102,3 +99,6 @@ springdoc:
10299
title: leetstats-api
103100
description: "The API for retrieving your LeetCode profile & Problems statistics"
104101
version: "0.0.1-SNAPSHOT"
102+
103+
scheduler:
104+
enabled: true #change this to true when deploying via pipeline for testing we can keep it false after once the data is loaded in db

0 commit comments

Comments
 (0)