. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.5) 2026-05-07T09:13:21.928Z INFO 1 --- [maps] [ main] com.quickpass.maps.MapsApplication : Starting MapsApplication v0.0.1-SNAPSHOT using Java 17.0.2 with PID 1 (/app/app.jar started by root in /app) 2026-05-07T09:13:21.940Z INFO 1 --- [maps] [ main] com.quickpass.maps.MapsApplication : The following 1 profile is active: "docker" 2026-05-07T09:13:26.638Z INFO 1 --- [maps] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=05d249f7-1de2-3a75-a883-8bc0fe406bc4 2026-05-07T09:13:27.943Z INFO 1 --- [maps] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) 2026-05-07T09:13:27.965Z INFO 1 --- [maps] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-05-07T09:13:27.967Z INFO 1 --- [maps] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.44] 2026-05-07T09:13:28.049Z INFO 1 --- [maps] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2026-05-07T09:13:28.056Z INFO 1 --- [maps] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5952 ms 2026-05-07T09:13:30.672Z INFO 1 --- [maps] [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator' 2026-05-07T09:13:30.958Z INFO 1 --- [maps] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' 2026-05-07T09:13:31.042Z INFO 1 --- [maps] [ main] com.quickpass.maps.MapsApplication : Started MapsApplication in 11.173 seconds (process running for 12.837)