- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 66字
- 2025-04-04 18:53:35
Package admin processes
Apart from application requests, most of the applications provision for admin tasks. This principle advices you to target the same release and an identical environment as the long running processes runs to perform these activities. Admin code should also be packaged along with the application code.
This principle is not only valid for microservices, but it is also applicable to any application development.