Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 283 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 283 Bytes

cms

  • clone repo
  • checkout branch dev git checkout dev (if dev in not present do first git pull dev)
  • create you branch git branch _branchName_ then git checkout_branchName_
  • add "application.properties" in src/main/resources and the required code
  • do your changes