作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有没有办法在启动新的 spring xd 实例时启动一组已定义的 Steam 和水龙头?
场景是这样的:我们已经在我们的开发系统上做了一些原型(prototype)设计,但是现在我们想构建它并将其发布给测试团队。我们希望自动化大部分后台工作,用户只需要担心流的输出,而不必担心流或其定义或部署。
为了方便这一点,我们可以使用任何运行时配置吗?
更新:我们目前的方法包括编写一个 shell 脚本来对 Spring API 进行一些休息调用,以创建和部署所需的流。
最佳答案
shell 维护用户命令的日志:
spring-shell.log
xd:>script foo.xd
$ bin/xd-shell < foo.xd
This does come with the caveat that
bin/xd-shell < foo.xd
will run all commands regardless of success or failure, andxd-shell --cmdfile foo.xd
will terminate execution with an exit code immediately should a command fail.
关于spring-xd - 如何让 Spring XD 在启动时部署一组预定义的流和点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24819401/
我是一名优秀的程序员,十分优秀!