Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Implement a rest endpoint to upload a JSON file in the CPSController controller. 
  • Validate the JSON structure in CPS API layer.
  • Create a JSON entity class.
  • Implement a DataPersistencyService and DataPersistencyServiceImpl in the SPI layer to store the JSON structure in the database.

...