Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
2b5a67ba
Commit
2b5a67ba
authored
Sep 13, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mongo->mongodb sample
parent
621ecd39
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
spring-boot-samples/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml
+1
-1
Customer.java
.../org/springframework/boot/sample/data/mongo/Customer.java
+0
-0
CustomerRepository.java
...gframework/boot/sample/data/mongo/CustomerRepository.java
+0
-0
SampleMongoApplication.java
...mework/boot/sample/data/mongo/SampleMongoApplication.java
+0
-0
SampleMongoApplicationTests.java
...k/boot/sample/data/mongo/SampleMongoApplicationTests.java
+0
-0
No files found.
spring-boot-samples/pom.xml
View file @
2b5a67ba
...
...
@@ -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-mongo
db
</module>
<module>
spring-boot-sample-integration
</module>
<module>
spring-boot-sample-jetty
</module>
<module>
spring-boot-sample-profile
</module>
...
...
spring-boot-samples/spring-boot-sample-data-mongo/pom.xml
→
spring-boot-samples/spring-boot-sample-data-mongo
db
/pom.xml
View file @
2b5a67ba
...
...
@@ -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-mongo
db
</artifactId>
<packaging>
jar
</packaging>
<properties>
<main.basedir>
${basedir}/../..
</main.basedir>
...
...
spring-boot-samples/spring-boot-sample-data-mongo/src/main/java/org/springframework/boot/sample/data/mongo/Customer.java
→
spring-boot-samples/spring-boot-sample-data-mongo
db
/src/main/java/org/springframework/boot/sample/data/mongo/Customer.java
View file @
2b5a67ba
File moved
spring-boot-samples/spring-boot-sample-data-mongo/src/main/java/org/springframework/boot/sample/data/mongo/CustomerRepository.java
→
spring-boot-samples/spring-boot-sample-data-mongo
db
/src/main/java/org/springframework/boot/sample/data/mongo/CustomerRepository.java
View file @
2b5a67ba
File moved
spring-boot-samples/spring-boot-sample-data-mongo/src/main/java/org/springframework/boot/sample/data/mongo/SampleMongoApplication.java
→
spring-boot-samples/spring-boot-sample-data-mongo
db
/src/main/java/org/springframework/boot/sample/data/mongo/SampleMongoApplication.java
View file @
2b5a67ba
File moved
spring-boot-samples/spring-boot-sample-data-mongo/src/test/java/org/springframework/boot/sample/data/mongo/SampleMongoApplicationTests.java
→
spring-boot-samples/spring-boot-sample-data-mongo
db
/src/test/java/org/springframework/boot/sample/data/mongo/SampleMongoApplicationTests.java
View file @
2b5a67ba
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment