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 32f294d commit f1819bbCopy full SHA for f1819bb
src/main/java/org/ezcode/codetest/CodetestApplication.java
@@ -6,7 +6,11 @@
6
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
7
import org.springframework.scheduling.annotation.EnableScheduling;
8
9
-@SpringBootApplication
+@SpringBootApplication(
10
+ exclude = {
11
+ org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration.class
12
+ }
13
+)
14
@EnableJpaAuditing
15
@EnableScheduling
16
@EnableAspectJAutoProxy(proxyTargetClass = true)
0 commit comments