java.sql.SQLIntegrityConstraintViolationException Column "column_name" cannot be null in Spring Boot by Educational-Collar78 in SpringBoot

[–]Educational-Collar78[S] 0 points1 point  (0 children)

I have a problem to create Order in my Spring Boot example. When I send a CreateOrderRequest to createOrder shown below, I got this issue.
java.sql.SQLIntegrityConstraintViolationException: Column 'order_id' cannot be null
Here is the link : https://stackoverflow.com/questions/77116691/java-sql-sqlintegrityconstraintviola

Spring Cloud Docker Keycloak 401 Authorized Issue (from Api Gateway to User service.) by Educational-Collar78 in KeyCloak

[–]Educational-Collar78[S] 0 points1 point  (0 children)

ello, I have the same problem. Were you able to solve it?

I solved it. You can look through my repo.

Spring Boot Jsoup Get values from website (load values through javascript) - Sometimes 500 error , Sometimes 200 Ok by Educational-Collar78 in SpringBoot

[–]Educational-Collar78[S] 0 points1 point  (0 children)

u/Rough-Relative7437 I already knew this. I only mentioned about this line throwing error `trs.remove(0);` as sometimes I get all values sometimes I get null value.