mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-12-02 11:48:09 +08:00
fix: jetty有个@PropDoc写错了
This commit is contained in:
parent
a29783ff7f
commit
fa6f163851
@ -64,6 +64,7 @@ public class PropDocReader {
|
||||
doc.key = key;
|
||||
doc.defaultValue = prop.defaultValue();
|
||||
doc.value = prop.value();
|
||||
System.out.println(doc.key);
|
||||
doc.group = Strings.isBlank(prop.group()) ? doc.key.substring(0, doc.key.indexOf('.')) : prop.group();
|
||||
doc.need = prop.need();
|
||||
doc.possible = prop.possible();
|
||||
|
Loading…
Reference in New Issue
Block a user