Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 655 Bytes

File metadata and controls

32 lines (22 loc) · 655 Bytes

spring-metering-filter

A spring filter that provides RESTful API metering with Nurego.

LICENSE

This project is licensed under Apache v2.

Build

mvn clean package

Run Integration Tests

  • To run integration tests on Internet:
source ../spring-filters-config/set-env-metering-filter.sh 

unset NON_PROXY_HOSTS
unset HTTPS_PROXY_PORT
unset HTTPS_PROXY_HOST 

mvn clean install -s ../spring-filters-config/mvn_settings_noproxy.xml
  • To run integration tests behind a network proxy:
source ../spring-filters-config/set-env-metering-filter.sh 

mvn clean install -s ../spring-filters-config/mvn_settings.xml