jprotobuf icon indicating copy to clipboard operation
jprotobuf copied to clipboard

针对预编译插件包路径提供通配符支持

Open peterveron opened this issue 5 years ago • 2 comments

你好, 我方项目内部按业务功能分为多个包, 每个包下又按程序功能划分子包, 业务经常性扩展
例如:biz1到bizn的业务的proto功能的包路径形式为 com.xxx.module.biz1.proto, com.xxx.module.biz2.proto.... 在使用jprotobuf预编译功能时一旦扩展出新业务, 就需要改动预编译模块的包路径配置, 贵方是否可以在后续计划上为这个包路径配置上增加" * "通配符支持, 这样上面的例子一次性配置 com.xxx.module.*.proto 之后同类扩展便不再需要修改包路径配置, 用起来会方便很多

peterveron avatar Nov 10 '20 08:11 peterveron

1.3.4与2.2.4版本以后,支持通配符方式,如包名定义 com.baidu.student.pk1* 详见文档说明 https://github.com/jhunters/jprotobuf/blob/master/Document.md

jhunters avatar Nov 17 '20 02:11 jhunters

对jprotobuf团队的快速响应深表感谢, 后续使用过程中我方将即使反映发现的问题, :)

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用

发件人: michael xiemailto:[email protected] 发送时间: 2020年11月17日 10:27 收件人: jhunters/jprotobufmailto:[email protected] 抄送: peterveronmailto:[email protected]; Authormailto:[email protected] 主题: Re: [jhunters/jprotobuf] 针对预编译插件包路径提供通配符支持 (#146)

1.3.4与2.2.4版本以后,支持通配符方式,如包名定义 com.baidu.student.pk1* 详见文档说明 https://github.com/jhunters/jprotobuf/blob/master/Document.mdhttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjhunters%2Fjprotobuf%2Fblob%2Fmaster%2FDocument.md&data=04%7C01%7C%7C7e0973f24665460878ba08d88aa0566d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637411768529636031%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=qiWupHF00v2n%2BX%2FL9DG8pa4ig1b6meJcrViNQkcXln8%3D&reserved=0

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjhunters%2Fjprotobuf%2Fissues%2F146%23issuecomment-728645217&data=04%7C01%7C%7C7e0973f24665460878ba08d88aa0566d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637411768529646026%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=qGiJUlTSNSlo8ilDoARAh3bUXUVpfTqBYMknfOIdAgM%3D&reserved=0, or unsubscribehttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAE6PIZY3MX2EJFSXQAKOWW3SQHNRJANCNFSM4TQK6MVA&data=04%7C01%7C%7C7e0973f24665460878ba08d88aa0566d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637411768529656021%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=6EAxF7X62P36tN0pmfz%2BSwbpLDXXsSiy%2Fe44rnMnsVI%3D&reserved=0.

peterveron avatar Nov 17 '20 03:11 peterveron