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
Java 8
Spring Boot 2.0.1
JMinix 1.2
Gradle
Build image with:
docker build . -t unidev-eureka-registry
Run container with:
docker run -d -p 8761:8761 unidev-eureka-registry
Copyright (c) 2017 Denis O <[email protected]>
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.