Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

255
Vistas
Specify default @Bean without using @Primary Spring Boot

have a bean like this:

@Bean
TemplateEngine myTemplateEngine() {...}

But Spring boot also has a bean for TemplateEngine defined in:

org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration.class

When I autowire TemplateEngine I get

"Field required a single bean, but 2 were found"

I want the spring boot bean to be the default one and only use my bean if explicity specified, so I couldn't use @Primary annotation because I don't have access to that bean definition.

Also, I would like to avoid using xml configuration as well.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Try to define your bean as

@Bean
@ConditionalOnMissingBean(TemplateEngine .class)
TemplateEngine myTemplateEngine() {...}
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda