Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
2.0.0.M1
-
None
-
None
Description
Update Spring Roo entity commands to take in mind project settings feature (ROO-3704).
Parameter table and identifierColumn must be mandatory if project settings defines the following properties:
spring.roo.jpa.require.table-name=true spring.roo.jpa.require.column-name=true
If not, should be optional.