Updated the sdc cert

Also bumping project version

Issue-ID: SDC-2855
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I1ed1c88b98feedae906c7f9f4629b7876e212e2a
5 files changed
tree: 16ab4522de261e8aff40fea1b7ee7cff588aaa0d
  1. __test__/
  2. app/
  3. docker/
  4. releases/
  5. src/
  6. test/
  7. .editorconfig
  8. .gitignore
  9. .maven-dockerignore
  10. bower.json
  11. checkstyle-suppressions.xml
  12. deploy.sh
  13. Dockerfile
  14. Gruntfile.js
  15. INFO.yaml
  16. package-lock.json
  17. package.json
  18. pom.xml
  19. README.md
  20. run.sh
  21. version.properties
  22. webpack.config.js
README.md

DCAE Designer FE

Java

Build

Server: mvn clean install –Pserver

Local: mvn clean install -Plocal

Run

mvn -Plocal spring-boot:run

Build and Run locally

mvn clean install -Plocal spring-boot:run

Javascript

This project is generated with yo angular generator version 0.15.1.

Setup

After cloning project execute the following commands in the project directory:

  1. npm run setup

Build & development

Run npm run build for building and npm run run-local for preview.