摘要: 想查看H2数据库的话,需要在application.properties中进行设置: spring.application.name=jpa-rest server.port=8888 spring.h2.console.enabled=true spring.h2.console.path=/h2 阅读全文
posted @ 2024-08-16 23:27 脱缰的野猪 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 尝试了半天才成功: docker-compose.yml # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 version: "2" services: kafka-ui: im 阅读全文
posted @ 2024-08-16 21:24 脱缰的野猪 阅读(8) 评论(0) 推荐(0) 编辑