commit | ea1c8b477e615f4dd45204b221fe7eacfe5474af | [log] [tgz] |
---|---|---|
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | Mon Jun 20 22:27:19 2022 +0200 |
committer | Jozsef Csongvai <jozsef.csongvai@bell.ca> | Mon Jul 18 12:08:29 2022 +0000 |
tree | 39aff139a7dd609a4b8af4c3492e2cb3f9c3975c | |
parent | c3c27083ecae8d4f30442abf68c675cc53d68d68 [diff] |
Aligned attributes of CDS components Issue-ID: CCSDK-3698 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ie5c78a9a347373b5faf588627e42138806d69c0c
mvn process-sources -P format
Reference: ktlint docs | ktlint codebase
Before you can build this project, you must install and configure the following dependencies on your machine:
Running mvn clean install
command to install all libraries and dependencies for the maven and npm. Running mvn clean install -Pdocker
command to install all libraries and create below docker images.
Note: run mvn clean install -Pdocker -Ddocker.skip.push=true
to build but skip pushing docker image.
Back-end MS
Create
sdnctl
table in MySQL
(Optional) You could run the project in a specific profile(dev, local) by adding-Dspring.profiles.active=profile-name
Loop-back server:
That allow your request to reach the backend from cds-ui
Move to./cds-ui/server/
folder and run the commandnpm start
cds-ui
Move to
./cds-ui/designer-client/
folder and run the commandnpm start
This command will make sure all the files follow the linting rules and then connect to the loopback server.
Front-end: you could use vscode
or webstorm
Back-end: IntelliJ
with kotlin plugin or any other editor
For more information check: CDS Docs