commit | be64eed899c7acff50d1e157e165a8183354987d | [log] [tgz] |
---|---|---|
author | thmsdt <thomas.kulik@telekom.de> | Mon Nov 21 14:20:51 2022 +0100 |
committer | thmsdt <thomas.kulik@telekom.de> | Mon Nov 21 14:21:39 2022 +0100 |
tree | 37edf152c10ad1f2e901043b37eb7e4fc9e5a407 | |
parent | 96f21afcca1b60f70c98f4f2f997a40ca0f74e73 [diff] |
fix doc config files Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I5d49c5f546e4f54bd1924fdcd2e6d7282b4eb20e
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