What you need to start
A typical service imports the platform modules it needs, keeps business logic in its own modules, and enables platform capabilities through regular Spring Boot configuration.
- Import dependency management or the required module versions
- Add only the runtime modules the service actually needs
- Keep a normal Spring Boot entry point
- Register resources and configure the Registry endpoint