2022-12-02 13:08:40.119 INFO 28912 --- [main] c.safeway.pricing.PricingPodApplication : Starting PricingPodApplication using Java 11.0.16 on HYD-LAP-00539 with PID 28912 (D:\Jagadesh\Safeway\Pricing POD\workspace\nisum-poc\pricing-pod-poc\build\classes\java\main started by NISUM in D:\Jagadesh\Safeway\Pricing POD\workspace\nisum-poc\pricing-pod-poc)
2022-12-02 13:08:40.123 INFO 28912 --- [main] c.safeway.pricing.PricingPodApplication : No active profile set, falling back to default profiles: default
2022-12-02 13:08:43.420 INFO 28912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-12-02 13:08:43.470 INFO 28912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 0 MongoDB repository interfaces.
2022-12-02 13:08:48.642 INFO 28912 --- [main] org.mongodb.driver.cluster : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
2022-12-02 13:08:48.803 INFO 28912 --- [cluster-ClusterId{value='6389ab88434a34443bf38957', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:43}] to localhost:27017
2022-12-02 13:08:48.804 INFO 28912 --- [cluster-rtt-ClusterId{value='6389ab88434a34443bf38957', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:44}] to localhost:27017
2022-12-02 13:08:48.814 INFO 28912 --- [cluster-ClusterId{value='6389ab88434a34443bf38957', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=45724100}
2022-12-02 13:08:49.495 INFO 28912 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-12-02 13:08:50.508 INFO 28912 --- [main] ctiveUserDetailsServiceAutoConfiguration :
Using generated security password: 10ed3819-98fb-45eb-88ea-3f5bb2431a17
2022-12-02 13:08:53.532 INFO 28912 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-12-02 13:08:56.041 INFO 28912 --- [main] c.safeway.pricing.PricingPodApplication : Started PricingPodApplication in 17.555 seconds (JVM running for 19.237)