Skip to content

Commit

Permalink
Spring-Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Mar 13, 2021
1 parent 768d79a commit 0d21b2f
Show file tree
Hide file tree
Showing 14 changed files with 948 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ OpenJDK 64-Bit Server VM Corretto-11.0.10.9.1 (build 11.0.10+9-LTS, mixed mode)
|guice|5.42|331|33|
|spring|5.60|356|23|
|komodo|6.41|392|17|
|spring-scan|5.60|410|13|
|owb|3.05|421|35|
|spring-xml|5.60|430|19|
|springboot|9.73|916|42|
Expand All @@ -69,4 +70,5 @@ OpenJDK 64-Bit Server VM Corretto-11.0.10.9.1 (build 11.0.10+9-LTS, mixed mode)
|komodo-deep|6.64|531|114|
|spring-xml-deep|5.72|559|319|
|owb-deep|3.18|584|532|
|spring-scan-deep|5.73|687|13|
|springboot-deep|9.85|1054|439|
2 changes: 1 addition & 1 deletion common-deep/src/test/kotlin/TestRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ val projects = listOf(
"kotlin-lazy",
"owb",
"spring",
"spring-scan",
"spring-xml",
"springboot",
// TODO:
Expand All @@ -29,7 +30,6 @@ val projects = listOf(
// "quarkus",
// "spring-fu",
// "spring-index",
// "spring-scan",
// "spring-scan-large",
// "springboot-index",
)
Expand Down
12 changes: 12 additions & 0 deletions common-spring-annotations-deep/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins {
kotlin("jvm").version("1.4.31")
}

repositories {
mavenCentral()
}

dependencies {
api(kotlin("stdlib-jdk8"))
implementation("org.springframework:spring-context:5.3.4")
}
Loading

0 comments on commit 0d21b2f

Please sign in to comment.