We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684dffe commit 0ec119dCopy full SHA for 0ec119d
src/main/resources/application.yml
@@ -2,9 +2,6 @@ spring:
2
application:
3
name: leetcode-api
4
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
-
8
jackson:
9
serialization:
10
indent_output: true
@@ -102,3 +99,6 @@ springdoc:
102
99
title: leetstats-api
103
100
description: "The API for retrieving your LeetCode profile & Problems statistics"
104
101
version: "0.0.1-SNAPSHOT"
+
+scheduler:
+ 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