File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
src/main/java/io/apitally/spring Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 167167 </execution >
168168 </executions >
169169 </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 >
170183 <plugin >
171184 <groupId >org.apache.maven.plugins</groupId >
172185 <artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 88
99import org .springframework .context .annotation .Import ;
1010
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+ */
1117@ Target ({ ElementType .TYPE })
1218@ Retention (RetentionPolicy .RUNTIME )
1319@ Import ({ ApitallyAutoConfiguration .class })
You can’t perform that action at this time.
0 commit comments