759434091 / jprotobuf-annotation-processor

jprotobuf-annotation-processor 代替jProtobuf-precompile-plugin插件

Repository from Github https://github.com759434091/jprotobuf-annotation-processorRepository from Github https://github.com759434091/jprotobuf-annotation-processor

jprotobuf-annotation-processor

代替jProtobuf-precompile-plugin插件

预编译Protobuf相关类,适应SpringBoot fatjar


代替插件

<!--<groupId>com.baidu</groupId>-->
<!--<artifactId>jprotobuf-precompile-plugin</artifactId>-->

详情见
Jprotobuf-rpc-socket

使用方法

该注解处理器依赖jProtobuf, 一般jProtobuf应用已经引入

        <dependency>
            <groupId>com.baidu</groupId>
            <artifactId>jprotobuf</artifactId>
            <version>1.11.6</version>
        </dependency>
        
        <dependency>
            <groupId>com.github.hept59434091.jprotobuf</groupId>
            <artifactId>jprotobuf-annotation-processor</artifactId>
            <version>1.0.0</version>
            <optional>true</optional>
        </dependency>

About

jprotobuf-annotation-processor 代替jProtobuf-precompile-plugin插件


Languages

Language:Kotlin 100.0%