Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SmithJosh/ion-gateway

 
 

Repository files navigation

Ion-Gateway

Prerequisites

  • Java 11
  • Docker daemon

Building

To compile and build the projects:

./gradlew assemble

To do a full build with tests and the formatter:

./gradlew build

Build Checks

OWASP

./gradlew dependencyCheckAnalyze --info

The report for each project can be found at build/reports/dependency-check-report.html.

Style

The build can fail because the static analysis tool, Spotless, detects an issue. To correct most Spotless issues:

./gradlew spotlessApply

For more information about spotless checks see here.

More Information & Local Deployment Example

For more information on the service and how it should operate and be deployed in front of other services, see the README.md under deployments/keycloak-security.

About

api gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.8%
  • Shell 35.8%
  • HTML 9.3%
  • Groovy 8.2%
  • Dockerfile 1.9%