Skip to content

A simple utility to upload files on different Cloud Backup Solutions

License

Notifications You must be signed in to change notification settings

smsap/SimpleCloudBackup

Repository files navigation

Introduction

This application simplifies the task of uploading personal files like pictures and other files to the cloud.

Implementation Details

SAP Specific

The implementation will be initially on SAP specific technology.

Initialize

Bootstrap

cds init SimpleCloudBackup --add  java,cf-manifest --java:mvn groupId=smisra,artifactId=scb,package=smisra.scb

Adding sample

mvn com.sap.cds:cds-maven-plugin:addSample

Build and run the application

mvn clean compile package

Run app

mvn spring-boot:start