Правильный способ автоматического подключения сервисов к командным объектам в Grails при создании внутри контроллера
#spring #grails #весна #grails Вопрос: У меня есть такой код... @Validateable class RecipientsCommand { ... EmailService emailService void getEmailEligibleRecipients(Long accountId){ emailService.loadEligibleEmail(accountId) } } resource.groovy imports com.test.commands.RecipientsCommand beans = { recipientsCommand(RecipientsCommand){bean…