1.1.1 release

This commit is contained in:
暮光:城中城
2022-11-01 22:50:57 +08:00
parent ad1aa476a4
commit e82937297b
17 changed files with 30 additions and 33 deletions

View File

@@ -24,7 +24,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<dependencies>

View File

@@ -115,7 +115,7 @@ public class ClassLoadService {
// String serviceName = "com.zyplayer.data.service.dubbo.DataIndicatorsService";
// String jarGroup = "com.zyplayer.data";
// String jarArtifact = "data-api-client";
// String jarVersion = "1.1.0.SNAPSHOTS";
// String jarVersion = "1.1.1.SNAPSHOTS";
// String basePath = "http://nexus.zyplayer.com:8081/nexus/content/groups/public";
// new ClassLoadService().loadServerMethod(serviceName, basePath, jarGroup, jarArtifact, jarVersion);
// }