spring-date-mongodb-1.0.0.M2 添加用户密码验证

 看了一下mongoTemplate 这个类发现有username和password两个属性
添加
  
就可以了了 
  username" value="mongodb"/>    不可以用另外的版本估计也是不行的
另外集合和实体类映射问题还不清楚,可以用insert(collectionName,person)替代下




?xml version="1.0" encoding="UTF-8"?>
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
          xmlns:context="http://www.springframework.org/schema/context"  
          xmlns:mongo="http://www.springframework.org/schema/data/mongo"  
          xsi:schemaLocation="http://www.springframework.org/schema/context   
          http://www.springframework.org/schema/context/spring-context-3.0.xsd   
          http://www.springframework.org/schema/data/mongo   
          http://www.springframework.org/schema/data/mongo/spring-mongo-1.0.xsd   
          http://www.springframework.org/schema/beans   
          http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">   
    



    
      
      
  
  
 
  
   
      
          
   
  
   
 
 
 

你可能感兴趣的:(mongodb)