Details
Description
project setup --topLevelPackage com.foo
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity jpa --class ~.domain.Activity
field string --fieldName outcome
entity jpa --class ~.domain.TeamMember
field string --fieldName locality
field set --fieldName activities --type ~.domain.Activity --cardinality ONE_TO_MANY --mappedBy teamMember
repository jpa --all
service --all
web mvc setup
web mvc view setup --type THYMELEAF
web mvc controller --all --responseType THYMELEAF
web mvc controller --all --pathPrefix /api
quit
—
you get "The given iterable to add cant be null message" ..