Skip to content

Indy microservice providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds

License

Notifications You must be signed in to change notification settings

sswguo/indy-generic-proxy-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indy Generic Proxy Service

Indy Generic Proxy Service is a single full-functional service providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds.

Prerequisite for building

  1. jdk11
  2. mvn 3.6.2+

Prerequisite for debugging in local

  1. docker 20+
  2. docker-compose 1.20+

Configure

see src/main/resources/application.yaml for details

Try it

There are a few steps to set it up.

  1. Build (make sure you use jdk11 and mvn 3.6.2+)
$ git clone git@github.com:Commonjava/indy-repository-service.git
$ cd indy-repository-service
$ mvn clean compile
  1. Start depending services:
$ docker-compose up
  1. Start in debug mode
$ mvn quarkus:dev

About

Indy microservice providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.6%
  • HTML 6.4%