Skip to content

Latest commit

 

History

History

micro-grizzly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Grizzly web server Plugin

Example Grizzly apps

Plugin that allows the Grizzly Web server to be used with Microserver.

To use

Maven Central

Simply add to the classpath

Maven

 <dependency>
    <groupId>com.oath.microservices</groupId>  
    <artifactId>micro-grizzly</artifactId>
    <version>x.yz</version>
 </dependency>

Gradle

compile 'com.oath.microservices:micro-grizzly:x.yz'