opentracing-contrib / java-spring-messaging

OpenTracing Spring Messaging instrumentation
Apache License 2.0
3 stars 11 forks source link

Create auto-configurations #4

Closed pavolloffay closed 6 years ago

gytis commented 6 years ago

@pavolloffay what is your normal convention. Keeping the main method vanilla Spring without adding any Boot dependencies and creating auto-configuration somewhere else (e.g. java-spring-cloud). Or is it fine to add it straight to the opentracing-spring-messaging module?

pavolloffay commented 6 years ago

so far we always have a starter module with auto-configs