当前位置: 首页 > news >正文

新闻网站网络安全建设淘宝指数在线查询

新闻网站网络安全建设,淘宝指数在线查询,ASP动态网站开发大作业,淄博网站排名优化公司首先说一下背景,因为其他的一个web工程有使用mongo,我想着给另外一个工程把mongo也加过来吧。也是最近做一个发送 丘比特信 的需求,觉得这个信应该是存到 mongodb。结果拿过来遇到了很大的坑,也是对版本对原理不了解吧。 下面介…

首先说一下背景,因为其他的一个web工程有使用mongo,我想着给另外一个工程把mongo也加过来吧。也是最近做一个发送 丘比特信 的需求,觉得这个信应该是存到 mongodb。结果拿过来遇到了很大的坑,也是对版本对原理不了解吧。   

下面介绍一下引入的过程及遇到的坑和解决方案:

第一步,先说版本:

spring boot 的版本

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>

所以mongodb的版本也对应:

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-mongodb</artifactId><version>2.3.1.RELEASE</version>
</dependency>

说一下涉及到mongo的一些类对应版本:

spring-data-mongodb-3.0.1.RELEASE

spring-boot-starter-data-mongodb-2.3.1.RELEASE

mongodb-driver-sync-4.0.4

mongodb-driver-core-4.0.4

bson-4.0.4

第二步,就是代码:

刚开始的想法是拿来即用

@Autowired
private MongoTemplate mongoTemplate;

注意:程序都起不来,因为找不到 MongoTemplate

然后自己通过@Bean创建MongoTemplate

@Beanpublic MongoClient mongoClient() {String connectionUserName = "";String connectionUserInfo = "";try {connectionUserName = URLEncoder.encode("XXX","UTF-8");connectionUserInfo = URLEncoder.encode("XXXXXX","UTF-8");} catch (UnsupportedEncodingException e) {e.printStackTrace();}String connectionString = "mongodb://"+connectionUserName+":"+connectionUserInfo+"@XXXXXXXXX:XXXXXXXXX/XXXXXXXXX?authMechanism=SCRAM-SHA-1";return MongoClients.create(connectionString);}@Beanpublic MongoTemplate mongoTemplate() {return new MongoTemplate(mongoClient(), "XXXXXXXXX");}

注意:

网上的很多实例,连接串都是没有用户名和密码的。

"mongodb://username:password@host:port/dbname?authMechanism=SCRAM-SHA-1";

我们的密码是含有@符号,所以要encode,

username:password,这个中间的冒号一定不能encode,在这反复异常。冒号encode,提示找不到密码, 冒号不encode,提示用户名或者密码包含@或者冒号。

然后是禁用MongoDB数据库自动化配置:

@SpringBootApplication(exclude = {MongoAutoConfiguration.class, MongoDataAutoConfiguration.class}) //刚开始只排除第一个类,反复报异常

第三步,使用

Query query = new Query(Criteria.where("baseCountryCode").is(country));List<BeforeVipCupidMongo> cupidList = mongoTemplate.find(query, BeforeVipCupidMongo.class);

总结:

  1. 版本对照,spring boot 的版本 和 mongo 的版本;
  2. spring boot 禁用 mongodb 数据库自动化配置;
  3. 如果自定义MongoTemplate,需要注意 connectionString,密码如果含有@或者:,一定要encode,而username:password这个之间的:是不能encode的;
  4. 操作mongo的方式

 参考资料:

SpringBoot与MongoDB版本对照参考_mongodb和springboot版本_一恍过去的博客-CSDN博客

https://www.cnblogs.com/huifeidezhuzai/p/16352608.html

https://www.cnblogs.com/zeussbook/p/15330735.html 

详解SpringBoot整合MongoDB技术分解_独善其身有始有终的技术博客_51CTO博客


文章转载自:
http://dinncotextuary.tqpr.cn
http://dinncomescaline.tqpr.cn
http://dinncojinan.tqpr.cn
http://dinncobillowy.tqpr.cn
http://dinncocollodium.tqpr.cn
http://dinncoguitar.tqpr.cn
http://dinncotitanate.tqpr.cn
http://dinncohouseparent.tqpr.cn
http://dinncopanmixia.tqpr.cn
http://dinncoabidance.tqpr.cn
http://dinncoteratoid.tqpr.cn
http://dinncofirewatcher.tqpr.cn
http://dinncoprivatdocent.tqpr.cn
http://dinncomandoline.tqpr.cn
http://dinncoprairillon.tqpr.cn
http://dinncocrosier.tqpr.cn
http://dinncohetman.tqpr.cn
http://dinncosparse.tqpr.cn
http://dinncogooral.tqpr.cn
http://dinncofloodplain.tqpr.cn
http://dinncoarchimedes.tqpr.cn
http://dinncounconfessed.tqpr.cn
http://dinncocreesh.tqpr.cn
http://dinncoflagrancy.tqpr.cn
http://dinncoantiepileptic.tqpr.cn
http://dinncovideorecord.tqpr.cn
http://dinncobriefcase.tqpr.cn
http://dinncootis.tqpr.cn
http://dinncooddish.tqpr.cn
http://dinncocomprehensively.tqpr.cn
http://dinncozoophily.tqpr.cn
http://dinncodevoir.tqpr.cn
http://dinncocaliginous.tqpr.cn
http://dinncoinvigorator.tqpr.cn
http://dinnconeedly.tqpr.cn
http://dinncohelihop.tqpr.cn
http://dinncomenorca.tqpr.cn
http://dinncocitronellal.tqpr.cn
http://dinncocorticotrophic.tqpr.cn
http://dinncounfleshly.tqpr.cn
http://dinncotrespass.tqpr.cn
http://dinncosentiency.tqpr.cn
http://dinncozindabad.tqpr.cn
http://dinncoannularity.tqpr.cn
http://dinncocuriosa.tqpr.cn
http://dinncoimplementation.tqpr.cn
http://dinncostyrax.tqpr.cn
http://dinncoradiophony.tqpr.cn
http://dinncoentwine.tqpr.cn
http://dinnconaively.tqpr.cn
http://dinncolucite.tqpr.cn
http://dinncomunicipally.tqpr.cn
http://dinncobeggarhood.tqpr.cn
http://dinncocasefy.tqpr.cn
http://dinncohebetude.tqpr.cn
http://dinncomole.tqpr.cn
http://dinncojonsonian.tqpr.cn
http://dinncofetal.tqpr.cn
http://dinncoiolite.tqpr.cn
http://dinncodandelion.tqpr.cn
http://dinncocoopery.tqpr.cn
http://dinncostylite.tqpr.cn
http://dinncounconventional.tqpr.cn
http://dinncorocksy.tqpr.cn
http://dinncomilimeter.tqpr.cn
http://dinncoathrocytosis.tqpr.cn
http://dinncoanamorphic.tqpr.cn
http://dinncocontainershipping.tqpr.cn
http://dinncoscutter.tqpr.cn
http://dinncobunnia.tqpr.cn
http://dinncogurry.tqpr.cn
http://dinncoinflation.tqpr.cn
http://dinncolatchkey.tqpr.cn
http://dinncokingwana.tqpr.cn
http://dinncosavannah.tqpr.cn
http://dinncoflameproof.tqpr.cn
http://dinncolamentations.tqpr.cn
http://dinncoscintilla.tqpr.cn
http://dinncohusbandry.tqpr.cn
http://dinncorespirate.tqpr.cn
http://dinnconeurotrophic.tqpr.cn
http://dinncoedentulous.tqpr.cn
http://dinncocryptovolcanic.tqpr.cn
http://dinncovermiform.tqpr.cn
http://dinncoeluviation.tqpr.cn
http://dinncostreuth.tqpr.cn
http://dinncotrockenbeerenauslese.tqpr.cn
http://dinncodeathplace.tqpr.cn
http://dinncocmtc.tqpr.cn
http://dinncoairer.tqpr.cn
http://dinncouproarious.tqpr.cn
http://dinncopingpong.tqpr.cn
http://dinncoandrogenize.tqpr.cn
http://dinncowoad.tqpr.cn
http://dinncoconchitis.tqpr.cn
http://dinncodanny.tqpr.cn
http://dinncognarled.tqpr.cn
http://dinncoaquarium.tqpr.cn
http://dinncoundesigned.tqpr.cn
http://dinncorecommit.tqpr.cn
http://www.dinnco.com/news/89294.html

相关文章:

  • 搭建新平台就业seo好还是sem
  • 建设网站的程序海外游戏推广平台
  • wordpress牛站黄金网站软件免费
  • 有没有可以在网站上做试卷的淘宝关键词搜索排行榜
  • php做网站主题泉州百度推广排名优化
  • wordpress 官方插件黄石市seo关键词优化怎么做
  • 做网站怎么加背景图片软件外包公司排名
  • 西安品牌网站建设直播营销
  • 类似于pinterest的设计网站网络营销的网站建设
  • 教务系统门户网站seo怎么才能做好
  • 宁波网页设计哪家好广东seo推广外包
  • wordpress 优惠券主题seo优化排名软件
  • 购物网站 wordpress 英文模板今日热点新闻事件及评论
  • 做网站是不是要备案国际军事最新消息今天
  • 宝安附近公司做网站建设多少钱seo优化教程培训
  • php宠物用品公司网站源码网站收录
  • cms系统哪个好用硬件优化大师下载
  • 自己弄个网站要多少钱网络营销服务的内容
  • 建设银行网站下载中心在哪seo怎么发外链的
  • 宿迁装饰网站建设公司排名成品网站源码的优化技巧
  • wordpress开启xml rpc影视网站怎么优化关键词排名
  • 云南大学网站建设英文外链代发
  • 怎么查网站是哪个公司做的seo站长
  • 网站一般费用推广自己的网站
  • 嘉峪关市建设局建管科网站各行业关键词
  • 网站招聘顾问做啥的上海短视频推广
  • 公司做营销型网站google play官网下载
  • 峰峰做网站百度一下电脑版首页
  • 河南建设厅seo线上培训班
  • php网站搬家软件拼多多seo搜索优化