New Service action
To add new service click with right mouse button anywhere in file tree under the:
- microservice implementation module for native microservice
- microservice interfaces module for native microservice
- microservice implementation module for Business Logic microservice
- microservice interfaces module for Business Logic microservice
- microservice implementation module for Data Layer microservice
- microservice interfaces module for Data Layer microservice
Context menu will open. From New section select New Service.
New dialog window will open. Provide new service name and then click OK button. Your new service will be created.
As you can see plugin generated interface class in interfaces module in proper package and implementation class in implementation module in proper pacakge. It also added service name to the listed of externally exposed beans.