

Where NAME is the name of an ANSI escape code. The Spring Boot version that you are using, formatted for display (surrounded with brackets and prefixed with v). The Spring Boot version that you are using. The version number of your application, as declared in MANIFEST.MF and formatted for display (surrounded with brackets and prefixed with v). The version number of your application, as declared in MANIFEST.MF.įor example, Implementation-Version: 1.0 is printed as 1.0. Inside your banner.txt file, you can use any key available in the Environment as well as any of the following placeholders: Table 1.

T10:09:04.642Z INFO 20343 - o.s.b.d.f.s.MyApplication : Started MyApplication in 5.022 seconds (process running for 6.616) T10:09:03.843Z INFO 20343 - w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2345 ms : Initializing Spring embedded WebApplicationContext T10:09:01.144Z INFO 20343 - o.s.b.d.f.s.MyApplication : No active profile set, falling back to 1 default profile: "default" T10:09:01.134Z INFO 20343 - o.s.b.d.f.s.MyApplication : Starting MyApplication using Java 17.0.6 with PID 20343 (/opt/apps/myapp.jar started by myuser in /opt/apps/) Using Spock to Test Spring Boot Applications Additional Auto-configuration and Slicing Auto-configured Spring Web Services Server Tests.Auto-configured Spring Web Services Client Tests.Auto-configured Spring Web Services Tests Auto-configured Spring REST Docs Tests With REST Assured.Auto-configured Spring REST Docs Tests With WebTestClient.Auto-configured Spring REST Docs Tests With Mock MVC.Configuring System Environment Properties Using the ApplicationRunner or CommandLineRunner Managing the Application Availability State
