Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff4j/ff4j-demo
Demo App you can easily test running at https://ff4j-demo.herokuapp.com/
https://github.com/ff4j/ff4j-demo
Last synced: about 1 month ago
JSON representation
Demo App you can easily test running at https://ff4j-demo.herokuapp.com/
- Host: GitHub
- URL: https://github.com/ff4j/ff4j-demo
- Owner: ff4j
- Created: 2020-05-05T11:12:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T16:47:44.000Z (11 months ago)
- Last Synced: 2024-03-27T07:21:57.924Z (9 months ago)
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FF4j Sample Series
This sample uses the `spring-boot-starter` and define some extra beans to:
- Create a `ff4j` bean full in-memory
- Create the web console bean and expose it to proper url `/ff4j-web-console`
- Create REST API expose it to proper url `/api/ff4j`To run the app :
```
mvn spring-boot:run
```The application is now running on `http://localhost:8080`
This sample could also be run as a demo as such it can be deployed as a docker image
```yaml
mvn clean package dockerfile:build
```Once the image is built you can run it with
```
docker run -p 8080:8080 ff4j/ff4j-sample-springboot2x:1.8.5
```Cheers.