Skip to content

thongsav-usgs/microservices-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservices-libraries

Core libraries to help implement microservice applications

Testing

To run integration tests, install consul.

The integration tests do not run in the default build. To run them you must:

  • Activate a profile
  • Specify a bind address
  • Specify a port for the consul agent to listen on

Example:

mvn clean test -P microservice-integration-test \
-Dpath.consul=/opt/tomcat/bin/consul \
-Daddress.consul=127.0.0.1  \
-Dport.consul=98312 \
-Dnode.consul=some-development-server.usgs.gov

About

Core libraries to help implement microservice applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages