https://github.com/daggerok/webflux-static-content
This repository contains serving static web content with webflux
https://github.com/daggerok/webflux-static-content
spring-boot-webflux spring-webflux static-content web webflux
Last synced: 3 months ago
JSON representation
This repository contains serving static web content with webflux
- Host: GitHub
- URL: https://github.com/daggerok/webflux-static-content
- Owner: daggerok
- Created: 2017-10-27T21:09:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T23:40:44.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:37:20.536Z (4 months ago)
- Topics: spring-boot-webflux, spring-webflux, static-content, web, webflux
- Language: Java
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= webflux-static-content image:https://travis-ci.org/daggerok/webflux-static-content.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/webflux-static-content"]
//tag::content[]
.docker
[source,bash]
----
docker-compose down -v; ./gradlew clean build; docker-compose up --build --force-recreate --remove-orphans# or
bash ./gradlew clean build;
docker-compose up --build --force-recreate --remove-orphanshttp :8001
http :8001/api/v1
http :8001/style.css
http :8001/404docker-compose down -v
----.test
[source,bash]
----
bash gradlew bootRun --parallel
http :8001
http :8001/api/v1
http :8001/style.css
http :8001/404
----//end::content[]