Skip to content

Instantly share code, notes, and snippets.

@jaocamp
Last active August 23, 2018 03:48
Show Gist options
  • Save jaocamp/ce3f0a9cd10e13dd72f177ba333b3ea2 to your computer and use it in GitHub Desktop.
Save jaocamp/ce3f0a9cd10e13dd72f177ba333b3ea2 to your computer and use it in GitHub Desktop.
CQRS e Event Sourcing com Axon Framework e Spring Boot - application.yml
server:
port: 8081
spring:
datasource:
url: jdbc:postgresql://localhost:5432/bank-account-db
username: postgres
password: postgres
jpa:
database-platform: org.hibernate.dialect.PostgreSQL94Dialect
show-sql: true
generate-ddl: true
hibernate:
ddl-auto: create-drop
axon:
amqp:
exchange: bank-account.events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment