camunda / camunda-docs

Camunda 8 Documentation, including all components and features
https://docs.camunda.io/
Other
54 stars 189 forks source link

Match Spring SDK config across docs #4441

Open akeller opened 1 month ago

akeller commented 1 month ago

Guides should be reviewed and configuration should be aligned (possibly even moved into a partial for reuse).

Raised by @jonathanlukas via Slack.

pepopowitz commented 1 month ago

Is this not resolved by https://github.com/camunda/camunda-docs/pull/4439?

akeller commented 1 month ago

It gets us closer. They both use application.yml instead of application.properties now, but the yml is slightly different, and it might be unclear to someone getting started. One solution might be to link https://docs.camunda.io/docs/guides/getting-started-java-spring to catch the fresh beginner audience and assume more advanced users would understand the differences.

@jonathanlukas, wdyt? Were you just looking for application.yml or additional changes?

jonathanlukas commented 1 month ago

yaml format is cool, but I was actually looking for having only one configuration pattern to prevent confusion.