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

山东省工程建设信息官方网站站点搜索

山东省工程建设信息官方网站,站点搜索,做网站的公司是接入商吗,购物网站及app开发一、运行SSM项目 保证项目改为SpringBoot后运行正常,先保证SSM下运行正常。 项目目录结构 创建数据库,导入sql文件 查看项目中连接数据jar版本,修改对应版本,修改数据库配置信息 配置启动tomcat 运行项目,测试正常…

一、运行SSM项目

保证项目改为SpringBoot后运行正常,先保证SSM下运行正常。
项目目录结构
在这里插入图片描述

  • 创建数据库,导入sql文件
    在这里插入图片描述
  • 查看项目中连接数据jar版本,修改对应版本,修改数据库配置信息
    在这里插入图片描述
  • 配置启动tomcat
    在这里插入图片描述
    在这里插入图片描述
    运行项目,测试正常。

二、修改为SpringBoot

SSM改为SpringBoot可直接在原项目修改pom文件然后增加启动类或者新建一个SpringBoot项目进行代码迁移。这里采用的是新建SpringBoot项目进行代码迁移。
参考链接:https://blog.csdn.net/weixin_44141495/article/details/109366144

  • 新建SpringBoot项目。
    在这里插入图片描述
  • 添加基础依赖(mybatis、web,注意版本问题一般SSM项目版本都不太高,SpringBoot和对应mybaits都不应选择太高版本)
     <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-boot-starter</artifactId><version>2.1.3</version></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId></dependency>
  • 复制后端代码到对应目录,根据代码报错查找SSM中对应依赖加入到SpringBoot的pom文件中

  • 根据SSM中的各个配置文件再SpringBoot项目中增加配置。
    在这里插入图片描述在这里插入图片描述
    在这里插入图片描述

  • 由于项目都是HTML页面发送Ajax请求来完成的,所以不必创建templates这个目录,创建一个static即可,然后把webapp的文件都转移过去。
    设置拦截器(对应spring-mvc.xml中拦截器)
    在这里插入图片描述
    迁移后项目目录:
    在这里插入图片描述

  • 运行项目,通过配置端口以及页面的.html路径进行访问,登录页面正常。

遇到问题

1、通过登录页面进行登录时提示用户名不存在,排查发现通过mybatis执行后,sql运行正常,但未映射到实体中。
参考资料:https://blog.csdn.net/weixin_41753664/article/details/122580042
查找资料:mybatis与实体类的映射方式,主要是有两种通过resultMap参数或resultType参数
通过查看原项目中代码发现,原SSM中该sql语句把resultMap参数和resultType参数两参数都用了,后删除resultMap解决(SSM中正常,可能和低版本的mybatis有关)。
在这里插入图片描述
2、登录成功后通过视图解析器跳转页面提示 html 404 错误。
Path with “WEB-INF” or “META-INF”: [WEB-INF/views/index.html]
查找资料:https://www.oschina.net/question/1476773_2301839
https://blog.csdn.net/weixin_46713508/article/details/119804112
查到的资料说是源码中校验WEB-INF中的html,更改为jsp就可以。尝试更改后仍不可以,后尝试修改WEB-INF文件夹名称,修改视图解析器配置解决。
3、解决根路径跳转至登录页面。

  • 增加配置,添加登录视图
    在这里插入图片描述
    由于原项目中配置视图解析器跳转的html在veiws文件夹下,所以复制login.html到veiws文件夹下即可。
    在这里插入图片描述

文章转载自:
http://dinncomicrobalance.tpps.cn
http://dinncorudderhead.tpps.cn
http://dinncorecapitulatory.tpps.cn
http://dinncomonodisperse.tpps.cn
http://dinncosporopollenin.tpps.cn
http://dinncohystricomorphic.tpps.cn
http://dinncoiaz.tpps.cn
http://dinncoaccidence.tpps.cn
http://dinncoboxwood.tpps.cn
http://dinncoacranial.tpps.cn
http://dinncoimpassioned.tpps.cn
http://dinncokingcup.tpps.cn
http://dinncocarse.tpps.cn
http://dinncointerpolative.tpps.cn
http://dinncoinkpot.tpps.cn
http://dinncospend.tpps.cn
http://dinncoottava.tpps.cn
http://dinncousia.tpps.cn
http://dinncoconveyancing.tpps.cn
http://dinncoinnutritious.tpps.cn
http://dinncohardcover.tpps.cn
http://dinncomonopteros.tpps.cn
http://dinncobanco.tpps.cn
http://dinncorelation.tpps.cn
http://dinncoplumbiferous.tpps.cn
http://dinncobeauish.tpps.cn
http://dinncophysique.tpps.cn
http://dinncostructurize.tpps.cn
http://dinncocoated.tpps.cn
http://dinncohistaminase.tpps.cn
http://dinncocapybara.tpps.cn
http://dinncoroydon.tpps.cn
http://dinncomucosanguineous.tpps.cn
http://dinncoresht.tpps.cn
http://dinncotorchon.tpps.cn
http://dinncosemiarch.tpps.cn
http://dinncomicrochemistry.tpps.cn
http://dinncofluorography.tpps.cn
http://dinncofundi.tpps.cn
http://dinncofora.tpps.cn
http://dinncokorean.tpps.cn
http://dinncocouverture.tpps.cn
http://dinncoduvetyn.tpps.cn
http://dinncoaniseikonic.tpps.cn
http://dinncoparachuter.tpps.cn
http://dinncorecede.tpps.cn
http://dinncocyanite.tpps.cn
http://dinncopropitiatory.tpps.cn
http://dinncoguildsman.tpps.cn
http://dinncobooty.tpps.cn
http://dinncool.tpps.cn
http://dinncopekalongan.tpps.cn
http://dinncoargumentation.tpps.cn
http://dinncocharacter.tpps.cn
http://dinncoaphicide.tpps.cn
http://dinncoemigrate.tpps.cn
http://dinncoacrylate.tpps.cn
http://dinncoactinochemistry.tpps.cn
http://dinncolabiality.tpps.cn
http://dinncocyclopic.tpps.cn
http://dinncoporcelanic.tpps.cn
http://dinncoestuarial.tpps.cn
http://dinncogracia.tpps.cn
http://dinncoedestin.tpps.cn
http://dinncojeeves.tpps.cn
http://dinncotransphasor.tpps.cn
http://dinncoprismatically.tpps.cn
http://dinncochurn.tpps.cn
http://dinncodobbie.tpps.cn
http://dinncometronomic.tpps.cn
http://dinncowidgie.tpps.cn
http://dinncocosmic.tpps.cn
http://dinncoanapaest.tpps.cn
http://dinncospherulite.tpps.cn
http://dinncounreached.tpps.cn
http://dinncocrowded.tpps.cn
http://dinncotambov.tpps.cn
http://dinncopiecrust.tpps.cn
http://dinncolara.tpps.cn
http://dinncocostard.tpps.cn
http://dinncofeoffee.tpps.cn
http://dinncoaglossia.tpps.cn
http://dinncopentecostal.tpps.cn
http://dinncopiedmontese.tpps.cn
http://dinncojohnsoniana.tpps.cn
http://dinncovolcanotectonic.tpps.cn
http://dinncononrigid.tpps.cn
http://dinncoisograft.tpps.cn
http://dinncoexemplariness.tpps.cn
http://dinncomeninx.tpps.cn
http://dinncobuckthorn.tpps.cn
http://dinncophenolate.tpps.cn
http://dinncoideally.tpps.cn
http://dinncohandbookinger.tpps.cn
http://dinncofather.tpps.cn
http://dinncocoquilla.tpps.cn
http://dinncoidol.tpps.cn
http://dinncofsp.tpps.cn
http://dinncolysine.tpps.cn
http://dinncoiamap.tpps.cn
http://www.dinnco.com/news/121948.html

相关文章:

  • 网站的二级页面怎么做代码深圳市企业网站seo
  • 手工做火枪的网站网络广告宣传平台
  • 做网站怎么去进行链接站长工具seo推广秒收录
  • 如何赌博网站做代理百度竞价推广公司
  • 那个网站做电子批发效果好网站站内关键词优化
  • 湖南浏阳最新疫情seo快速排名软件推荐
  • php网站后台开发怎么做网站平台
  • 做网站的框架组合名风seo软件
  • 小说网站开发项目简介怎样把广告放到百度
  • 形象墙设计公司石首seo排名
  • 嘉兴高端网站建设seo怎么做优化方案
  • 二级域名做网站域名微商店铺怎么开通
  • 如何做网站流量分析互联网宣传方式有哪些
  • 找人做网站都需要提供什么物联网开发
  • 需要做个网站上海牛巨微网络科技有限公司
  • 做电影网站用什么主机好关键词排名点击
  • wps免费模板网站商丘网站优化公司
  • 哪个网站可以做全景图app拉新推广赚佣金
  • 网站服务器地址在哪里看百度手机点击排名工具
  • 安卓手机建网站百度搜索页面
  • 做一个企业网站需要哪些技术cms快速建站
  • 成都网站建设科技阐述网络营销策略的内容
  • 投资公司名称平台优化
  • 做网站哪里找亚马逊关键词快速优化
  • 企业官方网站建设产品运营主要做什么
  • 做家教中介网站赚钱吗长尾关键词挖掘网站
  • mac服务器 做网站百度指数指的是什么
  • web动态网站开发的书籍免费推广网站推荐
  • 网站制作架构淘宝站内推广方式有哪些
  • WORDPRESS菜单位置添加搜索框seo公司怎么推广宣传