Skip to content

Commit c4e73a8

Browse files
committed
Update B.2. Generating your own meta-data using the annotation processor.md
1 parent 6f862fc commit c4e73a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

X. Appendices/B.2. Generating your own meta-data using the annotation processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 附录B.2 使用注解处理器产生自己的元数据
1+
### 附录B.2. 使用注解处理器产生自己的元数据
22

33
通过使用`spring-boot-configuration-processor` jar, 你可以从被`@ConfigurationProperties`注解的节点轻松的产生自己的配置元数据文件。该jar包含一个在你的项目编译时会被调用的Java注解处理器。想要使用该处理器,你只需简单添加`spring-boot-configuration-processor`依赖,例如使用Maven你需要添加:
44
```xml

0 commit comments

Comments
 (0)