SOP 2.1.0 release, Open Platform Solutions Project

SOP 2.1.0 release, this update reads as follows:

  • Support distributed limiting (redis achieve) DOC
  • Adjustable JSR-303 check sequence doc
  • Springmvc repair works registered to nacos can not read the routing configuration problems

About SOP

SOP(Simple Open Platform)

An open platform solution project, based on Spring Cloud to achieve the goal of allowing users to quickly get to build up their own open platform.

SOP provides two interface calls ways, namely: Alipay open platform invocation and Taobao Open Platform calls the way. By the simple configuration, your project will have the same interfaces and Alipay open platform provides the ability.

SOP package the most open platform features include: signature verification, exception handling unified, unified return content, business parameter validation (JSR-303), secret key management, the future will achieve more.

Project Features

  • Simple access, the project does not conflict with the old, old projects registered with the registry, then you can add comments on the method.
  • Loosely coupled architecture, business code implemented on their respective micro-services, SOP does not participate in the business to achieve, which is the benefits of Cloud Spring micro-service system.
  • Extended Simple, open platform for the corresponding function independently, can be customized to achieve their demands, such as: change parameters, change the signature rules.

Who can use this project

  • There are ready-made project, to be transformed into an open platform for others to call
  • There are ready-made projects, which want to expose several interfaces and open platform for others by calling
  • I want to take a new open platform project, combined with a micro services to maintain
  • Open platform for interested friends

The above can be considered to use SOP

Chart

Completed list

  • Signature verification
  • Unified exception handling
  • Returns the contents of unity
  • session management
  • Secret key management
  • The micro server automatically verifies (JSR-303)
  • Support Spring Cloud Gateway
  • Admin management platform, unified management of micro-service configuration, management routing management, micro-service offline
  • Access secret key management side management +
  • Interface Rights Assignment
  • File upload / download
  • SDK
  • Interface limiting
  • Document Integration
  • Application Authorization
  • Monitoring logs
  • Support nacos
  • 网关动态修改参数

Guess you like

Origin www.oschina.net/news/109782/sop-2-1-0-released
SOP