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-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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue