ready() — spring-boot Function Reference
Architecture documentation for the ready() function in SpringApplication.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c["ready()"] 89cfa04a_3922_680e_945d_5b4338252cc7["run()"] 89cfa04a_3922_680e_945d_5b4338252cc7 -->|calls| b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c 36589496_bcc6_b117_1a1b_4b64d073520a["ready()"] 36589496_bcc6_b117_1a1b_4b64d073520a -->|calls| b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c ba6fef92_1e35_fe47_1949_f3b5d0049f8b["shouldPublishLifecycleEvents()"] ba6fef92_1e35_fe47_1949_f3b5d0049f8b -->|calls| b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c 0bd337be_2744_8385_2539_8813301839f5["startTime()"] b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c -->|calls| 0bd337be_2744_8385_2539_8813301839f5 style b5cf2a7e_2615_f38f_86cb_e7b136b2ac4c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 1766–1769
private Duration ready() {
long now = System.currentTimeMillis();
return Duration.ofMillis(now - startTime());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does ready() do?
ready() is a function in the spring-boot codebase.
What does ready() call?
ready() calls 1 function(s): startTime.
What calls ready()?
ready() is called by 3 function(s): ready, run, shouldPublishLifecycleEvents.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free