Skip to content

Commit

Permalink
refactor: 🌱 auto-service 编译配置
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Sep 19, 2023
1 parent e2d9ac4 commit 6618c43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bubble-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
</path>
<!-- 引入 auto-service -->
<path>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>${auto-service.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
Expand Down

0 comments on commit 6618c43

Please sign in to comment.