File tree 2 files changed +19
-0
lines changed
src/main/java/io/apitally/spring
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 167
167
</execution >
168
168
</executions >
169
169
</plugin >
170
+ <plugin >
171
+ <groupId >org.apache.maven.plugins</groupId >
172
+ <artifactId >maven-javadoc-plugin</artifactId >
173
+ <version >3.11.2</version >
174
+ <executions >
175
+ <execution >
176
+ <id >attach-javadocs</id >
177
+ <goals >
178
+ <goal >jar</goal >
179
+ </goals >
180
+ </execution >
181
+ </executions >
182
+ </plugin >
170
183
<plugin >
171
184
<groupId >org.apache.maven.plugins</groupId >
172
185
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 8
8
9
9
import org .springframework .context .annotation .Import ;
10
10
11
+ /**
12
+ * Enables Apitally integration for a Spring Boot application.
13
+ * Registers a filter that captures requests and responses, and creates an
14
+ * ApitallyClient instance that handles background synchronization with
15
+ * Apitally.
16
+ */
11
17
@ Target ({ ElementType .TYPE })
12
18
@ Retention (RetentionPolicy .RUNTIME )
13
19
@ Import ({ ApitallyAutoConfiguration .class })
You can’t perform that action at this time.
0 commit comments