feat: configure Trigger JobData

- add `jobDataMap` property to SimpleTriggerInputDTO
- update SimpleTriggerCommandDTOToSimpleTrigger converter
- update SimpleTriggerToSimpleTriggerDTO converter
- update unit tests
- add .idea and .iml to .gitignore for ignoring intellij files
This commit is contained in:
Midhun A Darvin
2024-02-01 14:38:08 +05:30
committed by Fabio Formosa
parent 13c438d097
commit e6f6fb5f06
10 changed files with 151 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/.project
.idea
*.iml