python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Boot OpenAPI 3 with Spring Data REST
I'm failing at documenting my Spring Data REST API with OpenAPI. Nothing show in swagger-ui's homepage (and /v3/api-docs obviously).
Here is an excerpt from my dependencies:
<dependency>
...

Thomas Escolan
Votes: 0
Answers: 1
How do I do a JPA findAllBy native query for an object's property value when that object is within a List object, within an outer object?
I am trying to code the matchmaking feature of my game web-app, the User entity contains a property, UserStats with a OneToMany relationship which stores a list of 2 UserStat JPA entitites, these user...
devo9191
Votes: 0
Answers: 1
How to get all elements not present in a @ManyToMany Relationship
I am trying to fetch all channels where UserAccount is not present in as admin or follower (-> is not in subscribedUsers & admins collection).
Those are my entities:
public class UserAccount {
...

xhera83
Votes: 0
Answers: 1
spring boot with multiple database - both of them have the same schema name and table name
I have two databases but both of them contain the same table name and schema name.
so when I am creating the entity class how can I specify which class should connect to the first database and the oth...

Karim Hossam
Votes: 0
Answers: 1