micro-server icon indicating copy to clipboard operation
micro-server copied to clipboard

Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monoli...

Results 48 micro-server issues
Sort by recently updated
recently updated
newest added

In order to monitor gc metrics programmatically, the following java.lang type should be added to the micro-jmx-metrics plugin https://docs.oracle.com/javase/7/docs/api/java/lang/management/GarbageCollectorMXBean.html The intent is to plot two metrics: * CollectionCount: Number of...

The repo url http://micro-server.io/ is not reachable.

* micro-s3 --> micro-aws-s3 * micro-elasticache -> micro-aws-elasticache

* micro-slack * micro-reactive * micro-boot * micro-transactions * micro-tomcat-with-jersey * micro-grizzly-with-jersey

e.g. to pull in all Microserver plugins on the classpath into a pure Spring Boot Application ```java SpringApplication.run(new MicroserverPlugins().classes(),new String[0]); ```