Skip to content

An easybank application configuration server miceroservice

Notifications You must be signed in to change notification settings

DevangChauhan/configserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configserver

Important Links

Maven Commands for reference

Maven Command Description
"mvn clean install -Dmaven.test.skip=true" To generate a jar inside target folder
"mvn spring-boot:run" To start a springboot maven project
"mvn spring-boot:build-image" To generate a docker image using Buildpacks. No need of Dockerfile
"mvn compile jib:dockerBuild" To generate a docker image using Google Jib. No need of Dockerfile

Apache Benchmark commands for reference

Apache Benchmark command Description
"ab -n 10 -c 2 -v 3 http://localhost:8072/eazybank/cards/api/contact-info" To perform load testing on API by sending 10 requests

About

An easybank application configuration server miceroservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages