spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Add application properties elasticsearch and make it runnable

Open farhan0syakir opened this issue 3 years ago • 2 comments

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

Hi, I added application properties example for elasticsearch and make it runnable

farhan0syakir avatar Jul 17 '22 19:07 farhan0syakir

@farhan0syakir Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla avatar Jul 17 '22 19:07 pivotal-cla

@farhan0syakir Thank you for signing the Contributor License Agreement!

pivotal-cla avatar Jul 17 '22 19:07 pivotal-cla

With our Testcontainers setup, we cannot use static properties as services use dynamic ports and hosts.

mp911de avatar Apr 24 '23 11:04 mp911de