Ganesh-Babu-GB

Results 4 comments of Ganesh-Babu-GB

This is the simple example which help's you to reproduce this issue. Ref: https://www.mongodb.com/docs/manual/reference/operator/aggregation/trunc/ ``` @Component @RequiredArgsConstructor public class DemoService { private final MongoTemplate mongoTemplate; @EventListener({ApplicationStartedEvent.class}) public void demoFunc() {...

Yes, exactly what i am looking for.

I too got the same issue in my machine.

Yes, I am using both the Spring Boot Admin Server and Client within the same project, using the latest Spring Boot version (3.5.3) along with Spring Boot Admin and Admin...