Skip to content

Commit

Permalink
🐳 21.19
Browse files Browse the repository at this point in the history
  • Loading branch information
iohao committed Oct 28, 2024
1 parent 63fb0d9 commit e898ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.
39 changes: 1 addition & 38 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- 将xxx 替换成最新的 ioGame 版本 -->
<ioGame.version>21.18</ioGame.version>
<ioGame.version>21.19</ioGame.version>
<lombok.version>1.18.34</lombok.version>

<logback.version>1.4.14</logback.version>
Expand Down Expand Up @@ -45,17 +45,6 @@

<build>
<plugins>
<!-- Javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<show>private</show>
<nohelp>true</nohelp>
</configuration>
</plugin>

<!--
编译插件
mvn compile
Expand Down Expand Up @@ -107,32 +96,6 @@
</archive>
</configuration>
</plugin>

<!--
mvn jprotobuf:precompile
or
mvn package
https://mvnrepository.com/artifact/com.baidu/jprotobuf-precompile-plugin
-->
<plugin>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf-precompile-plugin</artifactId>
<version>2.2.8</version>
<configuration>
<filterClassPackage>com.iohao.one.example</filterClassPackage>
<generateProtoFile>true</generateProtoFile>
<compileDependencies>true</compileDependencies>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>precompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion src/main/java/com/iohao/one/example/DemoApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void main(String[] args) {
NettySimpleHelper.run(port, List.of(demoLogicServer));

// 生成对接文档
extractedDoc();
// extractedDoc();
}

private static void extractedDoc() {
Expand Down

0 comments on commit e898ecb

Please sign in to comment.