Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

cloud-ready/docker-spring-boot-admin

Repository files navigation

docker-spring-boot-admin

see: https://codecentric.github.io/spring-boot-admin/1.5.7 see: https://lfvepclr.gitbooks.io/spring-boot-admin-v1-5-0/content/ see: https://yq.aliyun.com/articles/226381

Configuration via environment variables

  • SPRING_BOOT_ADMIN_UI_TITLE

set page-title, default: Spring Boot Admin

  • SPRING_SECURITY_ENABLED

default: true

  • SPRING_SECURITY_USER_NAME

set username, default: admin

  • SPRING_SECURITY_USER_PASSWORD

set password, default: admin_pass

Build this project

JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home" \
    ./mvnw -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DgenerateReports=false \
        help:active-profiles clean package

About

spring-boot-admin docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published