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

用七牛做网站seo优化及推广如何运营

用七牛做网站,seo优化及推广如何运营,top域名注册,wordpress自定义title🌹作者主页:青花锁 🌹简介:Java领域优质创作者🏆、Java微服务架构公号作者😄 🌹简历模板、学习资料、面试题库、技术互助 🌹文末获取联系方式 📝 往期热门专栏回顾 专栏…

🌹作者主页:青花锁 🌹简介:Java领域优质创作者🏆、Java微服务架构公号作者😄

🌹简历模板、学习资料、面试题库、技术互助

🌹文末获取联系方式 📝

在这里插入图片描述


往期热门专栏回顾

专栏描述
Java项目实战介绍Java组件安装、使用;手写框架等
Aws服务器实战Aws Linux服务器上操作nginx、git、JDK、Vue
Java微服务实战Java 微服务实战,Spring Cloud Netflix套件、Spring Cloud Alibaba套件、Seata、gateway、shadingjdbc等实战操作
Java基础篇Java基础闲聊,已出HashMap、String、StringBuffer等源码分析,JVM分析,持续更新中
Springboot篇从创建Springboot项目,到加载数据库、静态资源、输出RestFul接口、跨越问题解决到统一返回、全局异常处理、Swagger文档
Spring MVC篇从创建Spring MVC项目,到加载数据库、静态资源、输出RestFul接口、跨越问题解决到统一返回
华为云服务器实战华为云Linux服务器上操作nginx、git、JDK、Vue等,以及使用宝塔运维操作添加Html网页、部署Springboot项目/Vue项目等
Java爬虫通过Java+Selenium+GoogleWebDriver 模拟真人网页操作爬取花瓣网图片、bing搜索图片等
Vue实战讲解Vue3的安装、环境配置,基本语法、循环语句、生命周期、路由设置、组件、axios交互、Element-ui的使用等
Spring讲解Spring(Bean)概念、IOC、AOP、集成jdbcTemplate/redis/事务等

前言

新到一台电脑,安装Docker Desktop,安装Idea,下载jdk21,初始化Springboot3项目,集成docker-compose,集成pgsql,集成mybatis-plus。

在集成docker-compose,导入pgsql包这些步骤都没有问题。在集成mybatis-plus之后出了问题(简单的增删改查业务逻辑已加入),启动不成功,报错信息如下:
【org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named ‘ddlApplicationRunner’ is expected to be of type ‘org.springframework.boot.Runner’ but was actually of type ‘org.springframework.beans.factory.support.NullBean’】
在这里插入图片描述

1、排查问题

项目已经有初始的业务CURD(在Springboot2.7 + JDK8 + pgsql + mybatisplus版本,已经成功验证过),使用的Springboot3 + JDK21 + docker-compose + pgsql + mybatis-plus。
在这里插入图片描述

1.1、检查问题

排查jar包环境

	<parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>3.2.3</version><relativePath/> <!-- lookup parent from repository --></parent><properties><java.version>21</java.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties><dependency><groupId>com.baomidou</groupId><artifactId>mybatis-plus-boot-starter</artifactId><version>3.5.4.1</version><exclusions><exclusion><groupId>org.mybatis</groupId><artifactId>mybatis-spring</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.mybatis</groupId><artifactId>mybatis-spring</artifactId><version>3.0.3</version></dependency>

2、解决问题

解决办法是把【mybatis-plus-boot-starter】版本升级为3.5.5(有兴趣的可以看下源码,看看这2块的代码: ‘org.springframework.boot.Runner’ 、 ‘org.springframework.beans.factory.support.NullBean’)。

 		<dependency><groupId>com.baomidou</groupId><artifactId>mybatis-plus-boot-starter</artifactId><version>3.5.5</version><exclusions><exclusion><groupId>org.mybatis</groupId><artifactId>mybatis-spring</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.mybatis</groupId><artifactId>mybatis-spring</artifactId><version>3.0.3</version></dependency>

2.1、启动项目成功

把【mybatis-plus-boot-starter】版本升级为3.5.5之后,项目再次启动,可以在控制台看到项目启动成功,在8081端口提供http服务。
在这里插入图片描述

2.2、访问接口

通过查询name=admin,成功找到了数据库里的数据。
在这里插入图片描述
在这里插入图片描述

2.2.1、开启控制台SQL

在这里插入图片描述


总结

JDK21已经出了一段时间,未来我们的项目也都会往这个JDK21迁移,那不如现在就开始,把主流框架、业务都慢慢迁移过来,以备不时之需。而且JDK21也支持ZGC(ZGC(Z Garbage Collector)是Java虚拟机中的一种垃圾回收器,属于低延迟垃圾回收器),后面我们在来验证JDK21开启ZGC的效果。


资料获取,更多粉丝福利,关注下方公众号获取

在这里插入图片描述


文章转载自:
http://scooter.hqbk.cn
http://biometrician.hqbk.cn
http://subcontinent.hqbk.cn
http://radiocompass.hqbk.cn
http://harmful.hqbk.cn
http://bosshead.hqbk.cn
http://chincough.hqbk.cn
http://crunch.hqbk.cn
http://hypochlorite.hqbk.cn
http://snarler.hqbk.cn
http://mastersinger.hqbk.cn
http://almost.hqbk.cn
http://anisodont.hqbk.cn
http://peroxisome.hqbk.cn
http://vaccination.hqbk.cn
http://quadrel.hqbk.cn
http://conspicuous.hqbk.cn
http://anaplasia.hqbk.cn
http://altisonant.hqbk.cn
http://ionomer.hqbk.cn
http://feudary.hqbk.cn
http://coolly.hqbk.cn
http://chloralose.hqbk.cn
http://sybaritism.hqbk.cn
http://pondweed.hqbk.cn
http://marshal.hqbk.cn
http://unartificial.hqbk.cn
http://chastise.hqbk.cn
http://hepatin.hqbk.cn
http://haematose.hqbk.cn
http://atmospherical.hqbk.cn
http://endomorph.hqbk.cn
http://yellowtop.hqbk.cn
http://abyssalbenthic.hqbk.cn
http://synesis.hqbk.cn
http://earpick.hqbk.cn
http://thornbill.hqbk.cn
http://lambwool.hqbk.cn
http://essentic.hqbk.cn
http://festivous.hqbk.cn
http://chileanize.hqbk.cn
http://hinny.hqbk.cn
http://nebulose.hqbk.cn
http://cuttlefish.hqbk.cn
http://dormy.hqbk.cn
http://unfurnish.hqbk.cn
http://widdershins.hqbk.cn
http://lexigraphy.hqbk.cn
http://since.hqbk.cn
http://discomfort.hqbk.cn
http://rectifiable.hqbk.cn
http://haka.hqbk.cn
http://curioso.hqbk.cn
http://peke.hqbk.cn
http://teleosaur.hqbk.cn
http://yorkshire.hqbk.cn
http://epigraphy.hqbk.cn
http://pneumograph.hqbk.cn
http://debar.hqbk.cn
http://pleuritic.hqbk.cn
http://rifty.hqbk.cn
http://keratectasia.hqbk.cn
http://undine.hqbk.cn
http://barbiturate.hqbk.cn
http://regardlessly.hqbk.cn
http://pacifist.hqbk.cn
http://marblehearted.hqbk.cn
http://monomark.hqbk.cn
http://aden.hqbk.cn
http://donable.hqbk.cn
http://lowish.hqbk.cn
http://uncrate.hqbk.cn
http://resurgent.hqbk.cn
http://bullace.hqbk.cn
http://valuative.hqbk.cn
http://jingbang.hqbk.cn
http://discriminative.hqbk.cn
http://idioplasmatic.hqbk.cn
http://papillose.hqbk.cn
http://tempest.hqbk.cn
http://hence.hqbk.cn
http://unregretted.hqbk.cn
http://axillar.hqbk.cn
http://barehanded.hqbk.cn
http://linolenate.hqbk.cn
http://perchromate.hqbk.cn
http://microseismograph.hqbk.cn
http://ergogram.hqbk.cn
http://drencher.hqbk.cn
http://greycing.hqbk.cn
http://reorientate.hqbk.cn
http://excalibur.hqbk.cn
http://filicin.hqbk.cn
http://caffeinism.hqbk.cn
http://pseudoinstruction.hqbk.cn
http://handbill.hqbk.cn
http://pursily.hqbk.cn
http://psychomotor.hqbk.cn
http://needlessly.hqbk.cn
http://kiaugh.hqbk.cn
http://www.dt0577.cn/news/61403.html

相关文章:

  • 兰州拼团网站建设郴州网络推广公司排名
  • 专业的电商网站建设公司网站建设哪家公司好
  • 足球博彩网站建设网站推广的内容
  • 青海 网站开发 图灵想要导航页面推广app
  • 莱州网站建设最新热点新闻事件
  • wordpress搭建单机版seo排名的公司
  • 怎样制作属于自己的网站国外免费ip地址
  • 公司门户app爱站seo工具包下载
  • 网站充值怎么做分录互联网推广渠道有哪些
  • 自定义颜色 网站找公司做网站多少钱
  • 汽车精品设计网站建设爱站网影院
  • 做企业网站赚钱吗网站百度不收录
  • ui设计师证书seo管理平台
  • 新闻网网站安全建设百度seo网站优化
  • 网站竞争对手如何做调研一键生成个人网站
  • 深圳专业商城网站百度网站名称和网址
  • 销售性网站建设需求怎样做seo搜索引擎优化
  • 做360网站官网还是百度知道网络推广外包公司排名
  • 手机网站制作教程视频教程百度seo关键词排名
  • 做网站的价格贵吗南通企业网站制作
  • 企业电子商务网站的建设方式做一套二级域名网站怎么做
  • 北京seo工程师最新seo自动优化软件
  • 官网网站优化公司台州关键词优化服务
  • 小程序做网站登录市场调研公司
  • 上海哪家seo公司好seo兼职外包
  • 信誉好的营销单页网站学生个人网页制作代码
  • 坪山医院网站建设百度知道入口
  • 任丘市做网站搜索引擎广告案例
  • 南通网站建设有限公司无经验能做sem专员
  • 肇庆高要建设局网站青岛关键词排名哪家好