# engine **Repository Path**: yuwenrong000/engine ## Basic Information - **Project Name**: engine - **Description**: 编排引擎的设计与实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-28 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: 规则引擎, rule, rule-engine ## README ## how to running ### 1. start service ```code mvn clean spring-boot:run ``` ### 2. curl for test ```code curl --location --request POST 'http://localhost:8080' \ --header 'Content-Type: application/json' \ --data-raw '{ "name":"dalonng", "age":27, "userinfo":{ "name2":"demo", "age2":333 } }' | jq . ``` result: ```code { "name": "rongfengliang", "age": 27, "userinfo": { "name2": "rule wwwwwwwwwwwwwwwwww", "age2": 333 } } ``` # git remote remove origin # git remote add origin https://gitee.com/**.git # git remote -v origin https://gitee.com/**.git (fetch) origin https://gitee.com/**.git (push) # git branch * main # git push --set-upstream origin main