Skip to content

Commit ea04a3e

Browse files
committed
refactor(提取接口): 提取了Client/Server类的方法接口
1 parent 748474d commit ea04a3e

File tree

22 files changed

+657
-332
lines changed

22 files changed

+657
-332
lines changed

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Common/build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ repositories {
2525
dependencies {
2626
// Common 依赖 CommonApi
2727
api project(':CommonApi')
28-
29-
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
30-
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
31-
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1'
32-
implementation 'org.realityforge.org.jetbrains.annotations:org.jetbrains.annotations:1.7.0'
33-
implementation 'org.apache.commons:commons-lang3:3.17.0'
34-
implementation 'com.google.guava:guava:33.3.0-jre'
35-
implementation 'io.netty:netty-all:4.1.109.Final'
36-
implementation 'com.google.code.gson:gson:2.10.1'
37-
implementation 'org.slf4j:slf4j-api:2.0.16'
38-
39-
testImplementation platform('org.junit:junit-bom:5.10.0')
40-
testImplementation 'org.junit.jupiter:junit-jupiter'
4128
}
4229

4330
// Sources JAR

0 commit comments

Comments
 (0)