Skip to content

A demo app for use in development or testing scenarios of java / spring-boot / docker .

Notifications You must be signed in to change notification settings

danielburgmann/fake-rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the fake rabbit

the fake rabbit

Scope

This is a demo app for use in development or testing scenarios.

Do not use this in production environments!

The application itself provides a set of HTTP endpoints documented in the endpoints.md.

Scenarios

The following scenarios are documented and demonstrated:

CORS - Cross Origin Resource Sharing

In FakeRabbitWebConfig one can see how to configure CORS in Spring Boot globally.

Build

./gradlew build

Run

./gradlew bootRun

Build and run distributable

Build the application with:

./gradlew bootJar

The distributable fake-rabbit-*.jar will be created under build/libs.

Start the application by running the distributable with java e.g.:

java -jar build/libs/fake-rabbit-0.0.1-SNAPSHOT.jar

See

About

A demo app for use in development or testing scenarios of java / spring-boot / docker .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published