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-student2. Menu command
TIP
Context menu - [Module Path]: Vona Create/Service
Example: Create Global Service Bean
Create a Global Service Bean test in module demo-student
1. Cli command
bash
$ vona :create:bean bean test --module=demo-student2. Menu command
TIP
Context menu - [Module Path]: Vona Create/Service Global