/
Handle Refactor for Rest APIs

Handle Refactor for Rest APIs

  1. Create branch emr-subfolder with repo refactor

  2. Copy pom.xml to tmp.

  3. Switch to branch based off Release_1696

  4. git merge emr-subfolder

  5. git add .

  6. git mv ./src/main/java/com/sunwave/rest sunwave-emr/src/main/java/com/sunwave/rest/

  7. git mv ./src/test/java/com/sunwave/rest sunwave-emr/src/test/java/com/sunwave/rest/

  8. git rm -r src

  9. Copy pom.xml from to tmp to root.

  10. git rm *.java In the rest directories.

  11. Manually add diffs in the pom.xml in SunwaveEMR/sunwave-emr file

Related content

Sunwave 6.16.1
More like this
Sunwave 6.15.3
More like this
OAUTH 2 Access Code Auth Flow for Rest APIs
OAUTH 2 Access Code Auth Flow for Rest APIs
More like this