I am new to roo and I want to use services layer. I am creating service with following command, it accepts only one entity at a time, how can I configure multiple entities or all entities for the service through command line ?
service --interface ~.TestService --entity ~.domain.Task
I also want to configure for ~.domain.AppUser
Thanks


Reply With Quote
