Skip to content

This repository contains serving static web content with webflux

Notifications You must be signed in to change notification settings

daggerok/webflux-static-content

Repository files navigation

webflux-static-content Build Status

docker
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-orphans

http :8001
http :8001/api/v1
http :8001/style.css
http :8001/404

docker-compose down -v
test
bash gradlew bootRun --parallel
http :8001
http :8001/api/v1
http :8001/style.css
http :8001/404

About

This repository contains serving static web content with webflux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published