Home > other >  The spark when using a restful interface to return some operation variable information
The spark when using a restful interface to return some operation variable information

Time:09-21

Business logic is to filter the data according to certain rules, the rules will be regularly updated, now I want to call a restful interface to get what are now running rules, could you tell me how to achieve?
I saw several API website can return some fixed information, is there anyone open API would it be possible for me to have a custom return information?
Every time or update the rules to cache it to the database, external write rest reading the database?
And I can see spring boot and spark consolidation, excuse me can realize the effect I need?
Please answer
  • Related