Release DCAE-DT version 1.3.3

Issue-ID: SDC-2798
Change-Id: I4960a906f17890e721e3e63d5d3a0188c95721b2
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
1 file changed
tree: 6c126cd32b5aac9f17d6aa07c2a825b92f721d9e
  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.