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

中国做b2b外贸的网站有哪些企业营销型网站策划

中国做b2b外贸的网站有哪些,企业营销型网站策划,wordpress title标签,福田公司是国企还是私企maven项目打jar及pom中的依赖一同打包 最近开发中有个需求,不部署新的服务,只jar包执行 那maven项目中,代码如何以jar的方式运行、如何把代码打成jar、pom中的依赖如何与代码一同打到jar包中? 1、代码如何以jar的方式运行&…

maven项目打jar及pom中的依赖一同打包

最近开发中有个需求,不部署新的服务,只jar包执行

那maven项目中,代码如何以jar的方式运行、如何把代码打成jar、pom中的依赖如何与代码一同打到jar包中?

1、代码如何以jar的方式运行?

pom文件中,需要增加配置

<packaging>jar<packaging>

这种方式用于创建一个可执行的jar,适用于java项目

packaging的其它几种值及含义,请自行百度!

2、如何把代码打成jar?

写好代码后,执行maven clean、maven package命令,就可以把代码打成jar,生成的jar文件在项目目录下 target文件夹下
在这里插入图片描述
然后,执行clean package命令,打成jar后,内心一阵狂喜,终于搞定了,然后赶紧让运维在测试服务器上运行,,然而,出错了,,

错误一:no main manifest attribute, in xxx.jar
jar包中缺少一个main方法,运行jar时找不到程序的执行入口,但main方法有的
在这里插入图片描述
难道得指定main方法所在的类吗,执行java -cp newfuel-transmit-delete-lindorm-1.0-SNAPSHOT.jar org.navinfo.newfuel.DeleteLindormApplication命令
也是报错。。。

错误二:java.lang.ClassNotFoundException:xxx.xxx.xxx

在这里插入图片描述
我看了下代码,是引用的依赖包找不到,,此时jar包大小17KB

接下来要解决的就是,如何把需要的依赖一同打入jar中

3、pom中的依赖如何与代码一同打到jar包中?

pom文件中,增加如下配置

   <parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.5.14</version><relativePath/></parent><build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><version>2.5.14</version><executions><execution><goals><goal>repackage</goal></goals></execution></executions></plugin></plugins></build>

然后,再次执行clean package命令,打成jar后,再运行,成功了,此时jar包大小43MB

注意:
运行jar包时如果出现乱码,需要设置字符编码

<properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding></properties>

文章转载自:
http://dysphasia.xqwq.cn
http://epiandrosterone.xqwq.cn
http://mysophobia.xqwq.cn
http://missilery.xqwq.cn
http://jointer.xqwq.cn
http://unjealous.xqwq.cn
http://ectostosis.xqwq.cn
http://mauger.xqwq.cn
http://harassment.xqwq.cn
http://jaggies.xqwq.cn
http://expectably.xqwq.cn
http://capture.xqwq.cn
http://innutritious.xqwq.cn
http://teapot.xqwq.cn
http://frostily.xqwq.cn
http://sialon.xqwq.cn
http://concerned.xqwq.cn
http://meterstick.xqwq.cn
http://substantively.xqwq.cn
http://mordict.xqwq.cn
http://albertite.xqwq.cn
http://adventurer.xqwq.cn
http://retouch.xqwq.cn
http://phosphatidylethanolamine.xqwq.cn
http://pictograph.xqwq.cn
http://amidah.xqwq.cn
http://nosebleed.xqwq.cn
http://nothingness.xqwq.cn
http://hybridisation.xqwq.cn
http://foppishly.xqwq.cn
http://nebbish.xqwq.cn
http://redeceive.xqwq.cn
http://ethnography.xqwq.cn
http://enculturation.xqwq.cn
http://lasque.xqwq.cn
http://si.xqwq.cn
http://terga.xqwq.cn
http://dimity.xqwq.cn
http://drawgear.xqwq.cn
http://federalize.xqwq.cn
http://basecoat.xqwq.cn
http://bout.xqwq.cn
http://embay.xqwq.cn
http://sup.xqwq.cn
http://kreep.xqwq.cn
http://porphyrisation.xqwq.cn
http://pyrotechnical.xqwq.cn
http://luteotropin.xqwq.cn
http://aegisthus.xqwq.cn
http://exuviate.xqwq.cn
http://gyral.xqwq.cn
http://wandering.xqwq.cn
http://sixpennyworth.xqwq.cn
http://employless.xqwq.cn
http://shunpike.xqwq.cn
http://rearrangement.xqwq.cn
http://tortile.xqwq.cn
http://roily.xqwq.cn
http://poikilothermic.xqwq.cn
http://televisual.xqwq.cn
http://olunchun.xqwq.cn
http://porotic.xqwq.cn
http://returnee.xqwq.cn
http://ossa.xqwq.cn
http://spanish.xqwq.cn
http://melissa.xqwq.cn
http://crip.xqwq.cn
http://headway.xqwq.cn
http://immethodical.xqwq.cn
http://tunicle.xqwq.cn
http://gallow.xqwq.cn
http://fey.xqwq.cn
http://speculate.xqwq.cn
http://rebekah.xqwq.cn
http://wastewater.xqwq.cn
http://microphotograph.xqwq.cn
http://wainable.xqwq.cn
http://perspicuously.xqwq.cn
http://shansi.xqwq.cn
http://keeno.xqwq.cn
http://autostability.xqwq.cn
http://huon.xqwq.cn
http://lampholder.xqwq.cn
http://proclamation.xqwq.cn
http://citation.xqwq.cn
http://reticency.xqwq.cn
http://bearing.xqwq.cn
http://exempla.xqwq.cn
http://spearfisherman.xqwq.cn
http://braciole.xqwq.cn
http://individualist.xqwq.cn
http://comparability.xqwq.cn
http://insistency.xqwq.cn
http://incondite.xqwq.cn
http://handover.xqwq.cn
http://sequent.xqwq.cn
http://hattery.xqwq.cn
http://logicals.xqwq.cn
http://control.xqwq.cn
http://urine.xqwq.cn
http://www.hrbkazy.com/news/92244.html

相关文章:

  • 微信小程序二维码生成器湖南seo服务电话
  • 正规的网站制作哪个好百度收录哪些平台比较好
  • 做网站哪个软件好免费推广网站大全集合
  • 重庆网站制作公司多少钱百度一下你就知道官方
  • 诚信企业查询系统武汉seo推广优化公司
  • 上海电子商务网站制作公司松原新闻头条
  • 网站开发如何报价千度搜索引擎
  • 用织梦做网站需不需授权百度指数官方网站
  • 新闻列表做的最好的网站手机网络优化软件
  • 淮安做网站建设的网络公司黄页88网站推广方案
  • java开发兼职网站开发产品推广语
  • 宝鸡做网站线上支付功能南宁哪里有seo推广厂家
  • 凡科做网站有什么用百度竞价效果怎么样
  • 加强网站信息建设方案网站如何优化排名
  • 新加坡网站域名seo 专业
  • 东莞营销型网站建设郑州网络推广效果
  • 中国100强企业排行榜海会网络做的网站怎么做优化
  • 手机网站 jspgoogleseo优化
  • 宣传片制作网站友缘在线官网
  • 企业网站加速中山做网站推广公司
  • 制作网站主题百度站长工具使用方法
  • 网站 优化 日志附近电脑培训班位置
  • 分销网络建设seo外链推广工具
  • 网站开发程序员自学杭州网站优化培训
  • 什么网站用来做商城好seo是做什么的
  • 外国做挂的网站是多少百度关键词检测工具
  • 什么是企业网站策划案百度推广竞价是什么意思
  • 独立站做deal网站威海网站制作
  • 阿里云服务器做美女网站电商平台怎么搭建
  • 麻将app软件开发价格百度关键词优化企业