Skip to content

Commit

Permalink
Update RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 24, 2025
1 parent a317aa1 commit f87de7c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
12 changes: 12 additions & 0 deletions xxl-conf-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author xuxueli 2018-11-10 20:05:33
*/
public class FramelessApplication {
private static Logger logger = LoggerFactory.getLogger(FramelessApplication.class);
private static final Logger logger = LoggerFactory.getLogger(FramelessApplication.class);


public static void main(String[] args) {
Expand Down
3 changes: 0 additions & 3 deletions xxl-conf-samples/xxl-conf-sample-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<artifactId>xxl-conf-sample-springboot</artifactId>
<packaging>jar</packaging>

<properties>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit f87de7c

Please sign in to comment.