fix: jetty有个@PropDoc写错了

This commit is contained in:
Wendal Chen 2018-03-30 11:33:44 +08:00
parent a29783ff7f
commit fa6f163851
2 changed files with 3 additions and 1 deletions

View File

@ -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();

View File

@ -60,7 +60,8 @@
<module>nutzboot-starter</module>
<module>nutzboot-contrib</module>
<module>nutzboot-cloud</module>
</modules>
<profiles>
<profile>