blob: 7681ca74ece4a99b1a0fe1b3ba12befc103e2826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# catalog-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
|