mongo->mongodb sample

This commit is contained in:
Dave Syer 2013-09-13 08:13:24 -07:00
parent 621ecd3901
commit 2b5a67ba3c
6 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<module>spring-boot-sample-aop</module> <module>spring-boot-sample-aop</module>
<module>spring-boot-sample-batch</module> <module>spring-boot-sample-batch</module>
<module>spring-boot-sample-data-jpa</module> <module>spring-boot-sample-data-jpa</module>
<module>spring-boot-sample-data-mongo</module> <module>spring-boot-sample-data-mongodb</module>
<module>spring-boot-sample-integration</module> <module>spring-boot-sample-integration</module>
<module>spring-boot-sample-jetty</module> <module>spring-boot-sample-jetty</module>
<module>spring-boot-sample-profile</module> <module>spring-boot-sample-profile</module>

View File

@ -8,7 +8,7 @@
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-mongo</artifactId> <artifactId>spring-boot-sample-data-mongodb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<main.basedir>${basedir}/../..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>