java - How to realize unified operation function in PHP multi-management backend?
PHP中文网
PHP中文网 2017-05-16 13:02:55
0
3
472
  • The diversification of needs has led to several backends A B C D...

  • The derived backend is deployed on multiple different servers S1 S2 S3...

  • Multiple management backgrounds have some of the same functions: User addition, deletion, modification, article management, device management operations, message sending...

Problems encountered:
For example, the rules of the add, delete, modify, and check functions have been changed, blah blah blah, all backgrounds have to be changed

Excuse me:

  1. What I think of in this situation is to make an API interface for each background to call.

  2. How did you and your team handle this situation? The more senior you are, the more senior you are, you should learn from it.

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
曾经蜡笔没有小新

Don’t each backend manage different modules? Why do there exist the same functional modules? ?

淡淡烟草味

Microservice development method, extracting public modules as basic services

Peter_Zhu

The public part is independent, KO

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template