Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 584 Bytes

File metadata and controls

31 lines (22 loc) · 584 Bytes

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