mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
add kafka producer, move configs to separate package
This commit is contained in:
@@ -13,4 +13,10 @@ spring:
|
||||
enabled: true # enables flyway database migration
|
||||
locations: classpath:db/migration/structure, classpath:db/migration/data # the location where flyway should look for migration scripts
|
||||
validate-on-migrate: true
|
||||
default-schema: public
|
||||
default-schema: public
|
||||
|
||||
kafka:
|
||||
bootstrap-servers: localhost:9095
|
||||
producer:
|
||||
product:
|
||||
default-sync-topic: demo-product-sync
|
||||
|
||||
Reference in New Issue
Block a user