Skip to content

Commit 3f0e746

Browse files
feat: add module[spring-boot-protobuf]
1 parent 75955f5 commit 3f0e746

File tree

21 files changed

+60
-3100
lines changed

21 files changed

+60
-3100
lines changed

build.gradle

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,12 @@ allprojects {
3434

3535
ext {
3636
set("springBootVersion", "2.7.4")
37-
38-
39-
}
40-
41-
42-
dependencyManagement {
43-
imports {
44-
// mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
45-
//
46-
}
4737
}
4838

4939
dependencies {
5040
compileOnly("org.projectlombok:lombok:1.18.22")
5141
annotationProcessor("org.projectlombok:lombok")
5242
testCompileOnly("org.projectlombok:lombok:1.18.22")
5343
testAnnotationProcessor("org.projectlombok:lombok")
54-
55-
// implementation("com.alibaba:fastjson:1.2.67")
56-
// implementation("commons-io:commons-io:2.7")
57-
// implementation("org.apache.commons:commons-lang3:3.10")
58-
// implementation("org.apache.commons:commons-collections4:4.4")
59-
60-
// testImplementation("org.springframework.boot:spring-boot-starter-test")
6144
}
6245
}

experimental-code/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

experimental-code/build.gradle

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)