016 Distributed maven test project

1 Project Description

    Prepare three maven projects: core, user, and sales. The user project is constructed using three sub-modules. The core is responsible for providing tool class methods and managing the jar package version. The user and sales projects depend on core, and sales provide external query product list interfaces. When querying the product list, the user service is accessed internally to check whether the user exists, and then the result is returned.

2 Project Details

    After thinking about it for a long time, I really don’t know what to do with this, so I just paste the code address and be lazy:

    core:http://[email protected]:995586041/core.git

    user:http://[email protected]:995586041/user.git

    sales:http://[email protected]:995586041/sales.git

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325123434&siteId=291194637
Recommended