-1
All right? I have a question. I am creating an API with Spring Boot and Springdata, Hibernate, while trying to resolve a relationship Manytomany Intellij displayed an error
Cannot resolve table [tableName]
I searched the forums for some possible solutions, add the H2 database (the database I’m using) and defined assing data source
but without success. Can someone give me a help please.
Note: No settings >> inspections
I altered to display an alert.
I got it, man. I was banging my head here thinking my code wouldn’t go up. Thanks for the answer.
– CaioAbreuDev