tsk25 Removes date restrictions on the Story entity (details)
Commit
1d9c9110786c82493833b3c454172d805f2f8b9e
by yruben98
tsk24 Adds the commons-lang3 dependency Adds the necessary dependency to the pom.xml file of the domain project to be able to use the string length checking methods in the Story entity
Commit
0486cf0f0b21fcf8dd21b577ea208936db6203d5
by yruben98
tsk24 Adds new annotations to the Story class Adds new annotations to control the number of characters, date and ensure that the columns of the Story class are not null. Adds a correction for the subtopic can be null.