Skip to content

jasongoetz/CacheService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cache Service

A simple cache service to cache HTTP requests

Features

  • REST cache endpoints using Jersey
  • Integration testing using REST Assured
  • Builds a runnable Docker container

Maven Commands

Compile and run all unit tests:

mvn install

Run the application:

mvn spring-boot:run

Run integration tests with REST Assured during build:

mvn integration-test

Run integration tests and fail if any tests fail:

mvn verify

Running in Docker

Note: You will need to have VirtualBox (if you're not on Linux) and Docker to run this with Docker.

Build a Docker image:

mvn package docker:build

Run the Docker container

docker run -p 8080:8080 -t jgoetz/cacheservice

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages