oss-lib-adminclient
A enhanced client for oss-admin (spring-boot-admin)
- Encrypt
security.user.name
andsecurity.user.password
and expose them to oss-admin. - Custom
/info
endpoint, add encryptedsecurity.user.name
andsecurity.user.password
into it.
How to use
In pom.xml
<dependency>
<groupId>cn.home1</groupId>
<artifactId>oss-lib-adminclient-spring-boot-${spring-boot.version}</artifactId>
</dependency>