Skip to content

Commit bfdf4d6

Browse files
committed
Rename to 'springboot-mongodb' to 'spring-boot-mongodb'
1 parent 0ede341 commit bfdf4d6

File tree

7 files changed

+0
-1
lines changed

7 files changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
}
66

77
group = 'examples'
8-
version = '0.0.1-SNAPSHOT'
98

109
java {
1110
toolchain {

examples/springboot-mongodb/src/main/groovy/example/Application.groovy renamed to examples/spring-boot-mongodb/src/main/groovy/example/Application.groovy

File renamed without changes.

examples/springboot-mongodb/src/main/groovy/example/Book.groovy renamed to examples/spring-boot-mongodb/src/main/groovy/example/Book.groovy

File renamed without changes.

examples/springboot-mongodb/src/main/groovy/example/BookController.groovy renamed to examples/spring-boot-mongodb/src/main/groovy/example/BookController.groovy

File renamed without changes.

examples/springboot-mongodb/src/main/groovy/example/BookService.groovy renamed to examples/spring-boot-mongodb/src/main/groovy/example/BookService.groovy

File renamed without changes.

examples/springboot-mongodb/src/main/resources/application.yml renamed to examples/spring-boot-mongodb/src/main/resources/application.yml

File renamed without changes.

examples/springboot-mongodb/src/test/groovy/example/BookControllerSpec.groovy renamed to examples/spring-boot-mongodb/src/test/groovy/example/BookControllerSpec.groovy

File renamed without changes.

0 commit comments

Comments
 (0)