blob: c4a25797ba431134fc498dca83a8b13c82845ec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# sdc-fe
This maven module is named `catalog-fe` but it's deployed service is called [sdc-fe](https://git.onap.org/oom/tree/kubernetes/sdc/components/sdc-fe).
## Run the project
``` bash
mvn jetty:run \
-Dconfig.home=src/test/resources/config \
-Dlog.home=target/log \
-Dlogback.configurationFile=src/main/resources/config/logback.xml
```
You can check the following urls to ensure that it is working
- http://localhost:8080/sdc1/rest/configmgr/get
- http://localhost:8080/sdc1/proxy
|