Skip to content

universal-development/unidev-eureka-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unidev-eureka-registry

Build Status

Eureka registry with JMX configurations

Start service

./gradlew bootRun

Service url

http://localhost:8761/

JMX page is available on

http://localhost:8761/jmx/

Note: JAR file is executable, produced after build JAR file can be executed from terminal

Eureka

JMX

Stack

Java 8

Spring Boot 2.0.1

JMinix 1.2

Gradle

Docker

Build image with:

docker build . -t unidev-eureka-registry

Run container with:

docker run -d  -p 8761:8761  unidev-eureka-registry

License

Copyright (c) 2017 Denis O <denis.o@linux.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.