Add configurable delay to mock endpoints
[portal/ric-dashboard.git] / webapp-backend / README.md
1 # RIC Dashboard Web Application Backend
2
3 ## Development server
4
5 Run `mvn -Dspring.profiles.active=mock spring-boot:run` for a dev server. Navigate to `http://localhost:8080/swagger-ui.html`. 
6
7 ## Alternate configuration
8
9 Run `mvn -Dspring.config.name=application-abc spring-boot:run` to read configuration from the file 'application-abc.properties' in the local directory.
10
11 ## License
12
13 Copyright (C) 2019 AT&T Intellectual Property & Nokia. All rights reserved.
14 Licensed under the Apache License, Version 2.0 (the "License");
15 you may not use this file except in compliance with the License.
16 You may obtain a copy of the License at
17
18      http://www.apache.org/licenses/LICENSE-2.0
19
20 Unless required by applicable law or agreed to in writing, software
21 distributed under the License is distributed on an "AS IS" BASIS,
22 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 See the License for the specific language governing permissions and
24 limitations under the License.