commit | e8e602b75e4c62c36ecbf8789bd481ef0b6c579e | [log] [tgz] |
---|---|---|
author | soumya.e.singh <soumya.e.singh@accenture.com> | Tue Dec 17 16:13:34 2024 +0530 |
committer | soumya.e.singh <soumya.e.singh@accenture.com> | Tue Dec 17 16:22:27 2024 +0530 |
tree | 5be0a37e225c3c0bad9104d20026a90e58de0fca | |
parent | 17f9df7d96465c26e43bcb0fabc926510469e111 [diff] |
Release version 1.7.1 maven artifacts and roll version Release version 1.7.1 of CDS maven artifacts and roll to next snapshot version Issue-ID: CCSDK-4068 Signed-off-by: soumya.e.singh <soumya.e.singh@accenture.com> Change-Id: I5e4974a5e4daf7bc21473414e900eabde2a1ca8f
Before you can build this project, you must install and configure the following dependencies on your machine:
Run mvn clean install
command to install all libraries and dependencies for the maven and npm. Run 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
mvn process-sources -P format
Reference: ktlint docs | ktlint codebase