The increment size of the sequence is set to [50] in the entity mapping while the associated database sequence increment size is [1]
问题 I'm following the Learn Spring 5 etc on udemy and I'm at the part where we test our application. Everything worked fine till now, i was able to connect to the postgreSQL database and all but now I'm stuck at this test failing since 2 days. I don't understand what is causing the Test to fail. The application run but the test doesn't. Here it is the test class: package com.ghevi.dao; import com.ghevi.pma.ProjectManagementApplication; import com.ghevi.pma.dao.ProjectRepository; import com.ghevi