Maybe you were looking for...

Swagger declaration schema = @Schema(implementation = Map.class) represents Schema as String in swagger-ui

I am trying to create springdoc swagger documentation, and I would like to represent a request body having data type Map<String, Object> in a better reada

Connect real-time Python data (E.g. object detection results in real-time) to database (any)

Is it possible if I want to enter object detection data into the database? (Eg MySQL or MariaDB. Or whatever :) , as long as it's quick and easy to work with -

Calculate the number of deltas between two dates

I want to calculate how many relativedelta() there are between two date objects. My code is below, it's not working though as a relative delata cannot divide a

Can you use @Autowired with static fields?

Is there some way to use @Autowired with static fields. If not, are there some other ways to do this?

How to align two containers

How to align two containers to the right edge of the upper container, but at the same time, it is necessary that they are centered. Don't know maybe I can use t

Why do I get error Type 'Subscription' is missing on the function?

I have this method: isRouteAccessible(token: string): Observable<boolean> { return this.loginHttpService.isPasswordRecoveryTokenValid(token).subscrib

Android 12 custom splash screen with background image

Can we use a background image drawable instead of a background single color. For other OS versions we had background image. Now how to set the exact same on And