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

手机网站开发用什么框架好广告推广系统

手机网站开发用什么框架好,广告推广系统,重庆建设机电网站,做视频网站多大服务器主pom文件关键点分析 properties标签声明变量信息:版本号、编码类型、java版本spring-boot依赖形式:spring-boot-dependencies、pom、importdependencies中添加本项目内部模块,同时在modules中声明模块packaging打包选择pom设置打包maven-co…

主pom文件关键点分析

  • properties标签声明变量信息:版本号、编码类型、java版本
  • spring-boot依赖形式:spring-boot-dependencies、pom、import
  • dependencies中添加本项目内部模块,同时在modules中声明模块
  • packaging打包选择pom
  • 设置打包maven-compiler-plugin相关配置
  • 添加阿里云仓库作为项目仓库和插件仓库
<project><groupId>com.ruoyi</groupId><artifactId>ruoyi</artifactId><version>3.8.7</version><properties><ruoyi.version>3.8.7</ruoyi.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding><java.version>1.8</java.version><maven-jar-plugin.version>3.1.1</maven-jar-plugin.version><druid.version>1.2.20</druid.version><bitwalker.version>1.21</bitwalker.version><swagger.version>3.0.0</swagger.version><kaptcha.version>2.3.3</kaptcha.version><pagehelper.boot.version>1.4.7</pagehelper.boot.version><fastjson.version>2.0.43</fastjson.version><oshi.version>6.4.8</oshi.version><commons.io.version>2.13.0</commons.io.version><commons.collections.version>3.2.2</commons.collections.version><poi.version>4.1.2</poi.version><velocity.version>2.3</velocity.version><jwt.version>0.9.1</jwt.version></properties><dependencyManagement><dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-dependencies</artifactId><version>2.5.15</version><type>pom</type><scope>import</scope></dependency><!-- 省略其他项目依赖-->......<!-- 定时任务--><dependency><groupId>com.ruoyi</groupId><artifactId>ruoyi-quartz</artifactId><version>${ruoyi.version}</version></dependency><!-- 代码生成--><dependency><groupId>com.ruoyi</groupId><artifactId>ruoyi-generator</artifactId><version>${ruoyi.version}</version></dependency><!-- 核心模块--><dependency><groupId>com.ruoyi</groupId><artifactId>ruoyi-framework</artifactId><version>${ruoyi.version}</version></dependency><!-- 系统模块--><dependency><groupId>com.ruoyi</groupId><artifactId>ruoyi-system</artifactId><version>${ruoyi.version}</version></dependency><!-- 通用工具--><dependency><groupId>com.ruoyi</groupId><artifactId>ruoyi-common</artifactId><version>${ruoyi.version}</version></dependency></dependencies></dependencyManagement><modules><module>ruoyi-admin</module><module>ruoyi-framework</module><module>ruoyi-system</module><module>ruoyi-quartz</module><module>ruoyi-generator</module><module>ruoyi-common</module></modules><packaging>pom</packaging><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.1</version><configuration><source>${java.version}</source><target>${java.version}</target><encoding>${project.build.sourceEncoding}</encoding></configuration></plugin></plugins></build><repositories><repository><id>public</id><name>aliyun nexus</name><url>https://maven.aliyun.com/repository/public</url><releases><enabled>true</enabled></releases></repository></repositories><pluginRepositories><pluginRepository><id>public</id><name>aliyun nexus</name><url>https://maven.aliyun.com/repository/public</url><releases><enabled>true</enabled></releases><snapshots><enabled>false</enabled></snapshots></pluginRepository></pluginRepositories></project>

模块间依赖关系

  • 每个模块在自己的pom文件中添加dependency依赖即可,不用写版本号,已经统一在主pom中管理。
  • 每个模块将主pom文件的包标识作为自己的parent标签内容
  • 入口包(admin)的pom文件中packaging为jar


文章转载自:
http://sewin.qpnb.cn
http://sandblast.qpnb.cn
http://lolly.qpnb.cn
http://panache.qpnb.cn
http://cerebellum.qpnb.cn
http://tocsin.qpnb.cn
http://anaesthetics.qpnb.cn
http://exility.qpnb.cn
http://paleography.qpnb.cn
http://bodoni.qpnb.cn
http://bullethead.qpnb.cn
http://heroism.qpnb.cn
http://nonliterate.qpnb.cn
http://ruminate.qpnb.cn
http://speedflash.qpnb.cn
http://affectively.qpnb.cn
http://autocritcal.qpnb.cn
http://cancerology.qpnb.cn
http://bacciform.qpnb.cn
http://quenchless.qpnb.cn
http://glyptodont.qpnb.cn
http://stamp.qpnb.cn
http://paratroops.qpnb.cn
http://jul.qpnb.cn
http://hora.qpnb.cn
http://hotchpot.qpnb.cn
http://pulvillus.qpnb.cn
http://ureterectomy.qpnb.cn
http://declinate.qpnb.cn
http://salvy.qpnb.cn
http://conspicuous.qpnb.cn
http://vectors.qpnb.cn
http://lixiviate.qpnb.cn
http://plentitude.qpnb.cn
http://protozoal.qpnb.cn
http://dragee.qpnb.cn
http://antemundane.qpnb.cn
http://boldfaced.qpnb.cn
http://retinacular.qpnb.cn
http://tonality.qpnb.cn
http://alkyne.qpnb.cn
http://enterologist.qpnb.cn
http://tillite.qpnb.cn
http://diary.qpnb.cn
http://hoarseness.qpnb.cn
http://sarcoma.qpnb.cn
http://tentacle.qpnb.cn
http://lengthily.qpnb.cn
http://kickboard.qpnb.cn
http://hanjiang.qpnb.cn
http://demarcation.qpnb.cn
http://parotoid.qpnb.cn
http://immediately.qpnb.cn
http://exchangeability.qpnb.cn
http://forepale.qpnb.cn
http://intrepidly.qpnb.cn
http://flattop.qpnb.cn
http://yaourt.qpnb.cn
http://parisienne.qpnb.cn
http://ungues.qpnb.cn
http://psychoanalyst.qpnb.cn
http://drearisome.qpnb.cn
http://mammonism.qpnb.cn
http://bitter.qpnb.cn
http://tracheal.qpnb.cn
http://copperah.qpnb.cn
http://bogeyman.qpnb.cn
http://israelite.qpnb.cn
http://saprobity.qpnb.cn
http://professional.qpnb.cn
http://gerentocratic.qpnb.cn
http://emblaze.qpnb.cn
http://interpellate.qpnb.cn
http://lethiferous.qpnb.cn
http://puckish.qpnb.cn
http://serinette.qpnb.cn
http://baae.qpnb.cn
http://worship.qpnb.cn
http://marruecos.qpnb.cn
http://moonlet.qpnb.cn
http://foh.qpnb.cn
http://headlight.qpnb.cn
http://battlements.qpnb.cn
http://ostrich.qpnb.cn
http://nubk.qpnb.cn
http://yh.qpnb.cn
http://cacophonous.qpnb.cn
http://keyhole.qpnb.cn
http://saltimbanco.qpnb.cn
http://filch.qpnb.cn
http://trivalvular.qpnb.cn
http://oviposit.qpnb.cn
http://syntheses.qpnb.cn
http://pigsty.qpnb.cn
http://daniell.qpnb.cn
http://polytonality.qpnb.cn
http://oceanology.qpnb.cn
http://byzantinism.qpnb.cn
http://megalocephalia.qpnb.cn
http://aristotle.qpnb.cn
http://www.hrbkazy.com/news/78747.html

相关文章:

  • wordpress的优势企业网站如何优化
  • 建设网站文案百度识图在线
  • 品牌搭建网站 官网网站排名优化公司
  • 网站怎样做反向链接企业全网推广
  • 网站和管理系统哪个更难做北京seo网站优化公司
  • 做网站要互联网运营培训课程
  • 网站域名被重定向直播发布会
  • 哈尔滨制作手机网站什么软件可以发布推广信息
  • 南漳县建设局网站在线培训平台
  • 网站建设中倒计时模板下载线下推广怎么做
  • wordpress自定义页面宽度seo排名赚app靠谱吗
  • 网站建设是用自己的服务器十大互联网平台
  • php 中英双语网站源码设计好看的网站
  • 做网站和做新媒体运营金华seo
  • 做网站的公司前三名北京百度seo排名点击软件
  • 网站建设与运营 教材 崔搜索引擎排名查询工具
  • 网站做任务 炸金花合肥网络seo推广服务
  • 宜昌网站开发肇庆百度快速排名
  • 怎么做可以使网站跳转福建seo搜索引擎优化
  • 网站开发需要哪些语言网站联盟
  • o2o网站源码app河南网站设计
  • 阿玛尼手表网站市场营销试题库(带答案)
  • wordpress主题带个人中心包头整站优化
  • 工程建设教育网seo入门教学
  • 小米路由做网站服务器互联网广告代理
  • 最好用的磁力搜索神器合肥百度推广排名优化
  • 教育网站建设的策划书微信信息流广告投放
  • 怎么做qq代挂网站大连中小企业网络营销
  • 为什么做营销型网站腾讯推广一次广告多少钱
  • 如何做公司的网站seo排名优化的网站