5 steps to run a application on MongoMongo

Step 1 >   Clone repositary: 

git clone https://github.com/allwefantasy/mongomongo.git

Step 2 >   Import to your favorate IDE.If you use Intellj Idea,just select File > Import Project then choose mongomongo.All you should do just click 'next',then a project builded.

Step 3 >   open src/test/com/william/application_for_test.yml ,change configuration according to your MongoDB infomation

  

 mongodb:
           host: 192.168.4.84
           port: 27017
           database: csdn_data_center_cool
           disable: false

Step4  > run  src/test/com/william/main

Step5 > Done...

猜你喜欢

转载自allwefantasy.iteye.com/blog/1822511