mongo->mongodb sample
This commit is contained in:
parent
621ecd3901
commit
2b5a67ba3c
|
|
@ -19,7 +19,7 @@
|
|||
<module>spring-boot-sample-aop</module>
|
||||
<module>spring-boot-sample-batch</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-jetty</module>
|
||||
<module>spring-boot-sample-profile</module>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<artifactId>spring-boot-samples</artifactId>
|
||||
<version>0.5.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-mongo</artifactId>
|
||||
<artifactId>spring-boot-sample-data-mongodb</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
Loading…
Reference in New Issue