topoc config

This commit is contained in:
许晓东
2021-11-06 23:39:54 +08:00
parent 81c9d428fe
commit c5810a1fc6
5 changed files with 360 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ spring:
name: kafka-console-ui
# h2 database
datasource:
url: jdbc:h2:file:${data.dir:${user.dir}}/data/db/kafak-console
url: jdbc:h2:file:${data.dir:${user.dir}}/data/db/kafka-console
# url: jdbc:h2:mem:testdb
driver-class-name: org.h2.Driver
username: kafka
@@ -40,7 +40,8 @@ spring:
h2:
console:
enabled: true
# settings:
# web-allow-others: true
logging:
home: ./