Advertisement
Guest User

Untitled

a guest
May 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #debug=true
  2. #trace=true
  3. spring.datasource.url=jdbc:postgresql://localhost:5432/docker
  4. spring.datasource.username=docker
  5. spring.datasource.password=docker
  6. spring.datasource.driver-class-name=org.postgresql.Driver
  7. spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
  8. spring.jpa.show-sql=true
  9. spring.jpa.generate-ddl=true
  10. spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
  11. spring.cloud.stream.kafka.streams.timeWindow.length=60000
  12. spring.kafka.bootstrap-servers=localhost:29092
  13. spring.data.elasticsearch.properties.host = localhost
  14. spring.data.elasticsearch.properties.port = 9300
  15. elasticsearch_http_port = 9200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement