Merge pull request #178 from DanielLiu1123/processor-optional

Configuration processor and autoconfigure processor should be optional
This commit is contained in:
Michael Yang 2023-10-07 09:42:02 +08:00 committed by GitHub
commit a146a2c036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>