mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
♻️ EnablePigDoc 增加 isMicro 属性
This commit is contained in:
parent
c10b7f8c71
commit
a318d85f84
@ -46,4 +46,11 @@ public @interface EnablePigDoc {
|
|||||||
*/
|
*/
|
||||||
String value();
|
String value();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否是微服务架构
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
boolean isMicro() default true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user