Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用spring cloud dataflow的本地服务器。每次我重新启动服务器时,所有部署的应用程序和流定义都会丢失。如何保留我的流定义,以便它们在服务器重新启动后仍然存在?
从RC1开始,其他元数据规范中的流/任务/作业定义可以配置为持久保存在 RDBMS 中,并且支持许多常用数据库。如果未提供任何内容,则h2使用默认的嵌入式数据库,该数据库位于内存中,建议仅用于开发目的。
h2