Skip to content

neverpile eureka - The archive system for the cloud generation.

License

Notifications You must be signed in to change notification settings

levigo/neverpile-eureka

Repository files navigation

Actions Status Made with JAVA Generic badge

neverpile-eureka

neverpile eureka - The archive system for the cloud generation.

Getting started

The easiest way to get started developing with neverpile eureka is to follow our getting started tutorials. We also have a couple of demos illustrating further concepts.

Current version

Import BOM

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.neverpile.eureka</groupId>
      <artifactId>neverpile-eureka-bom</artifactId>
      <version>1.8.3</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Import Spring-Boot starter

<dependency>
  <groupId>com.neverpile.eureka</groupId>
  <artifactId>neverpile-eureka-spring-boot-starter</artifactId>
  <version>1.8.3</version>
</dependency>