mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Rename Micrometer Clock bean: clock -> micrometerClock
Closes gh-10436
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public class SimpleExportConfiguration {
|
||||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
public Clock clock() {
|
||||
public Clock micrometerClock() {
|
||||
return Clock.SYSTEM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user