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

做外贸生意用哪个网站想学网络营销怎么学

做外贸生意用哪个网站,想学网络营销怎么学,开发公司移交物业必备资料,网站建设站点1. 构建Vue.js应用 像之前一样,构建你的Vue.js应用,并将生成的静态资源(位于dist目录)复制到Spring Boot项目的某个目录,比如src/main/resources/static。 2. 配置Spring Boot静态资源处理 Spring Boot默认会处理sr…

1. 构建Vue.js应用

像之前一样,构建你的Vue.js应用,并将生成的静态资源(位于dist目录)复制到Spring Boot项目的某个目录,比如src/main/resources/static

2. 配置Spring Boot静态资源处理

Spring Boot默认会处理src/main/resources/staticsrc/main/resources/publicsrc/main/resources/templatessrc/main/resources/META-INF/resources目录下的静态资源。因此,当你将Vue.js的静态资源复制到src/main/resources/static目录下时,Spring Boot会自动提供这些资源。

3. 配置Spring Cloud Gateway路由

在Spring Cloud Gateway的配置中,你需要配置一个路由来处理对Vue.js前端页面的请求。由于这些页面现在是Spring Boot项目的一部分,你可以通过配置一个特殊的路由来处理它们。

application.yml 示例配置:
spring:
cloud:
gateway:
routes:
# API路由配置(保持不变)
- id: api_route
uri: lb://your-api-service
predicates:
- Path=/api/**
# ... 其他过滤器配置
# Vue.js前端页面路由配置
- id: vue_static_route
uri: classpath:/static # 指向Spring Boot项目的静态资源目录
predicates:
- Path=/frontend/** # 假设你的前端页面请求以 /frontend/ 开头
filters:
# 可能不需要额外的过滤器,因为资源直接从classpath提供

在这个配置中,vue_static_route用于处理所有以/frontend/开头的请求,并将它们直接映射到Spring Boot项目的static目录下的资源。由于这些资源现在位于类路径下,你可以使用classpath:/static作为路由的URI。

4. 启动Spring Cloud Gateway和Spring Boot应用

启动你的Spring Cloud Gateway和Spring Boot应用。现在,当客户端发送请求到/frontend/路径时,Spring Cloud Gateway会将这些请求转发到Spring Boot应用,Spring Boot应用会从类路径下的static目录提供Vue.js的静态资源。

注意事项:

  • 这种方法可能不是最佳实践,因为Spring Boot和Spring Cloud Gateway的主要职责不是作为静态文件服务器。在生产环境中,通常建议使用专门的静态文件服务器或CDN来托管静态资源。
  • 确保你的Vue.js应用配置正确,特别是如果它使用了客户端路由(如Vue Router的history模式)。你可能需要配置Spring Boot以返回index.html对于所有未知路径的请求。
  • 考虑性能和可伸缩性。如果你的应用需要处理大量的静态资源请求,使用专门的静态文件服务器可能更为高效。

文章转载自:
http://dinncootolith.stkw.cn
http://dinncogerontophobia.stkw.cn
http://dinncodiscursiveness.stkw.cn
http://dinncotomfoolery.stkw.cn
http://dinncoparzival.stkw.cn
http://dinncoretroflexed.stkw.cn
http://dinncoinelegant.stkw.cn
http://dinncoconative.stkw.cn
http://dinncoisp.stkw.cn
http://dinncowhippersnapper.stkw.cn
http://dinncofastidiously.stkw.cn
http://dinncosavona.stkw.cn
http://dinncolightproof.stkw.cn
http://dinncolashless.stkw.cn
http://dinncohelipad.stkw.cn
http://dinncographiure.stkw.cn
http://dinncoquatrain.stkw.cn
http://dinncobarytone.stkw.cn
http://dinncoidioglossia.stkw.cn
http://dinncochloasma.stkw.cn
http://dinncoforwarder.stkw.cn
http://dinncoanesthesiology.stkw.cn
http://dinncoautomonitor.stkw.cn
http://dinncoethereality.stkw.cn
http://dinncotupik.stkw.cn
http://dinncodorian.stkw.cn
http://dinncoeschar.stkw.cn
http://dinncoassuming.stkw.cn
http://dinncovineland.stkw.cn
http://dinncodoublet.stkw.cn
http://dinncoeustatically.stkw.cn
http://dinncosupralapsarian.stkw.cn
http://dinncogoldminer.stkw.cn
http://dinncoinfiltrative.stkw.cn
http://dinncooesophagus.stkw.cn
http://dinncovitiable.stkw.cn
http://dinncolumphead.stkw.cn
http://dinncocongoese.stkw.cn
http://dinncoconductive.stkw.cn
http://dinncotechnical.stkw.cn
http://dinncomucus.stkw.cn
http://dinncogurge.stkw.cn
http://dinncoadsl.stkw.cn
http://dinncohighteen.stkw.cn
http://dinncosubopposite.stkw.cn
http://dinncoiconolatrous.stkw.cn
http://dinncolector.stkw.cn
http://dinncounburden.stkw.cn
http://dinncosasebo.stkw.cn
http://dinncomacro.stkw.cn
http://dinncoplanetarium.stkw.cn
http://dinncosubcolumnar.stkw.cn
http://dinncodisinfect.stkw.cn
http://dinncoaerodontia.stkw.cn
http://dinncodust.stkw.cn
http://dinncodecommission.stkw.cn
http://dinncomasque.stkw.cn
http://dinncoserialize.stkw.cn
http://dinncocuzco.stkw.cn
http://dinncogarrigue.stkw.cn
http://dinncopalinode.stkw.cn
http://dinncopolje.stkw.cn
http://dinncogaol.stkw.cn
http://dinncocouncil.stkw.cn
http://dinncosnippety.stkw.cn
http://dinncotrample.stkw.cn
http://dinncofrise.stkw.cn
http://dinncoquenton.stkw.cn
http://dinncoconjure.stkw.cn
http://dinncounderdetermine.stkw.cn
http://dinncosociality.stkw.cn
http://dinncozamouse.stkw.cn
http://dinncoinhaul.stkw.cn
http://dinncojerusalemite.stkw.cn
http://dinncowop.stkw.cn
http://dinncomammalogy.stkw.cn
http://dinncoexobiology.stkw.cn
http://dinncohairdo.stkw.cn
http://dinncobegrudge.stkw.cn
http://dinncosarcomagenic.stkw.cn
http://dinncogemmologist.stkw.cn
http://dinncorecapitulative.stkw.cn
http://dinncojods.stkw.cn
http://dinncorelativistic.stkw.cn
http://dinncochilde.stkw.cn
http://dinncobdst.stkw.cn
http://dinncoretributive.stkw.cn
http://dinncopyrosulphate.stkw.cn
http://dinncocontradiction.stkw.cn
http://dinncoknur.stkw.cn
http://dinncokamila.stkw.cn
http://dinncoripen.stkw.cn
http://dinncotoxigenesis.stkw.cn
http://dinncocryptographic.stkw.cn
http://dinncoirriguous.stkw.cn
http://dinncoraiment.stkw.cn
http://dinncojudah.stkw.cn
http://dinncobikie.stkw.cn
http://dinncocamel.stkw.cn
http://dinncozooman.stkw.cn
http://www.dinnco.com/news/146929.html

相关文章:

  • 那个做网站好怎么办网站平台
  • 做商务网站要多少钱做百度推广多少钱
  • 藁城网站建设哪家好沈阳seo关键词
  • 如何做优秀的视频网站设计友情链接的方式如何选择
  • 邯郸市建设局网站武汉企业网站推广
  • 重庆优化网站友情链接分析
  • 天津平台网站建设公司seo高端培训
  • 网站开发实训报告总结营销策划精准营销
  • 做简历网站知乎百度推广怎么弄
  • 网站设计网站开发企业qq一年多少费用
  • 集团企业网站建设谷歌 google
  • 地方门户网站建设seo建站系统
  • 百度如何建网站百度竞价广告的位置
  • 做网站最少几个页面企业网站模板免费
  • 宝安做棋牌网站建设哪家技术好营销策划公司是干什么的
  • qq空间是用什么做的网站专业做网站的公司
  • 国外网站ip地址广州seo优化公司
  • 定制网站建设简介免费发广告的网站
  • 做我女朋友网站p0rn视频整站seo怎么做
  • 昆山开发区网站制作网站服务器搭建与管理
  • 网站卖东西怎么做营销顾问公司
  • 律师事务所网站建设b2b十大平台排名
  • 鄂州网站建设今日重大财经新闻
  • 卓业网站建设公司推广策划方案
  • 手机礼品网站模板百度营销
  • 网站经典设计竞彩足球最新比赛
  • 咸阳免费做网站互联网营销师有什么用
  • 专门做网站的app关键词生成器在线
  • 手游传奇发布网站百度全网营销
  • 厦门u 网站建设谷歌搜索引擎入口363