Create Bean
We can create Bean Class through Cli command or menu command
Example: Create Service Bean
Create a Service Bean student
in module demo-student
1. Cli command
bash
$ vona :create:bean service student --module=demo-student
2. Menu command
TIP
Context menu - [Module Path]: Vona Create/Service
Example: Create global Bean
Create a global Bean test
in module demo-student
1. Cli command
bash
$ vona :create:bean bean test --module=demo-student
2. Menu command
TIP
Context menu - [Module Path]: Vona Bean/Global