Skip to content

Add support for the type attribute of @ServiceConnection #2089

@mhalbritter

Description

@mhalbritter

Add support for the type attribute of @ServiceConnection:

We want to generate something like this:

@Bean
@ServiceConnection(type = RabbitStreamConnectionDetails.class)
RabbitMQContainer rabbitContainer() {
  return ...
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions