12 lines
351 B
Markdown
12 lines
351 B
Markdown
# auto 代码自动生成
|
||
|
||
## 规划
|
||
1. 生成 java spi
|
||
2. 用来生成 `spring.factories`
|
||
3. 考虑生成 `spring-devtools.properties`
|
||
4. 考虑?生成 `swagger` 注解
|
||
|
||
## 参考
|
||
Google Auto: https://github.com/google/auto
|
||
|
||
Spring 5 - spring-context-indexer:https://github.com/spring-projects/spring-framework/tree/master/spring-context-indexer |