'How to remove Required field from an entity in Jhipster
I am new to Jhipster and I want to remove required field from column without changing anything else like table name in h2 db or the names of the columns in that table. I tried to remove @NotNull annotation from entity name and set field in database to null but when i run integration test using mvnw verify i get this error
EmployeeResourceIT.checkCompanyIsRequired:124 Status expected:<400> but was:<201>
Thank you in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
