Skip to content

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

Notifications You must be signed in to change notification settings

759434091/jprotobuf-annotation-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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插件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages