首页  

Spring 和 quarkus 依赖注入相关注解对比     所属分类 quarkus 浏览量 576
https://quarkus.io/guides/spring-di

Spring DI annotations can be converted to CDI and / or MicroProfile annotations


spring / quarkus

@Autowired      @Inject
@Qualifier      @Named
@Value          @ConfigProperty
@Component      @Singleton
@Service        @Singleton
@Repository     @Singleton
@Configuration  @ApplicationScoped     
@Bean           @Produces
@Scope          NA
@ComponentScan  NA
@Import         NA


spring4种注入方式 springboot 构造注入实例 Springboot注入ApplicationContext的几种方式 spring常用注解 springboot常用注解和配置整理 springIOC容器相关注解

上一篇     下一篇
jackson 直接把protobuf 数据对象 序列化成 json string

quarkus Jackson 配置

quarkus 配置读取

maven常用命令

quarkus 各种响应格式例子

jquery 获取 query 参数