Skip to content

codependent/mongo-sample2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce

  1. Start a local mongodb instance
  2. Start the application and initialize the database - The CommandLineAppStartupRunner will create two projects and retrieve them
  3. Browse http://localhost:8080 and it will get the projects. So far so good
  4. Stop the application
  5. Remove @Component from CommandLineAppStartupRunner
  6. Start the application
  7. Browse http://localhost:8080. It will fail with the exception
  8. If you downgrade to 2.4.3 it will work fine

NOTE: We are customizing Mongodb in MongoDbClientConfiguration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages