- 授权协议: Apache
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/ordina-jworks/microservices-dashboard
- 软件文档: https://github.com/ordina-jworks/microservices-dashboard/blob/master/README.md
软件介绍
microservices-dashboard, 显示 Spring Boot 微服务和其关联的组件的仪表板
运行截图:
示例代码:
从 Spring Boot 中去掉 UI
<dependency> <groupId>be.ordina</groupId> <artifactId>microservices-dashboard-server</artifactId> <version>x.y.z</version> <exclusions> <exclusion> <artifactId>microservices-dashboard-ui</artifactId> <groupId>be.ordina</groupId> </exclusion> </exclusions> </dependency
Spring揭秘
王福强 / 人民邮电出版社 / 2009.8 / 99.00元
没有教程似的训导,更多的是说故事般的娓娓道来,本书是作者在多年的工作中积累的第一手Spring框架使用经验的总结,深入剖析了Spring框架各个模块的功能、出现的背景、设计理念和设计原理,揭开了Spring框架的神秘面纱,使你“知其然,更知其所以然”。每部分的扩展篇帮助读者活学活用Spring框架的方方面面,同时可以触类旁通,衍生出新的思路和解决方案。 本书内容全面,论述深刻入理,必将成为每......一起来看看 《Spring揭秘》 这本书的介绍吧!
