File tree Expand file tree Collapse file tree 4 files changed +1
-12
lines changed
grace-mongodb-database-per-tenant Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1- group = " examples"
2-
31dependencies {
42 implementation " org.springframework.boot:spring-boot-starter-logging"
53 implementation " org.springframework.boot:spring-boot-autoconfigure"
Original file line number Diff line number Diff line change 1- group = " examples"
2-
31dependencies {
42 implementation " org.springframework.boot:spring-boot-starter-logging"
53 implementation " org.springframework.boot:spring-boot-autoconfigure"
Original file line number Diff line number Diff line change 1- group = " examples"
2-
31dependencies {
42 implementation " org.springframework.boot:spring-boot-starter-logging"
53 implementation " org.springframework.boot:spring-boot-autoconfigure"
Original file line number Diff line number Diff line change 1- apply plugin : ' org.springframework.boot'
2- apply plugin : ' io.spring.dependency-management'
3-
4- group = ' example'
5-
61dependencies {
72 implementation " org.springframework.boot:spring-boot-starter-web"
83 implementation project(" :grace-plugin" )
94
105 testImplementation" org.springframework.boot:spring-boot-starter-test"
11- testImplementation" org.spockframework:spock-core: $s pockVersion "
6+ testImplementation" org.spockframework:spock-core"
127}
You can’t perform that action at this time.
0 commit comments