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

网站开发制作费用网站推广优化的公司

网站开发制作费用,网站推广优化的公司,wordpress 视频 全屏,厦门外贸公司做网站文章目录 简介1.通过分隔符隔离2.通过使用不同的配置文件区分3.测试 简介 一个项目从开发到上线一般要经过几个环境, dev测试环境-uat预生产环境-prod生产环境,每个环境的使用的数据库或者配置不同,这时候可以通过下面两种方式区分配置,达到快速切换的效…

文章目录

  • 简介
  • 1.通过分隔符隔离
  • 2.通过使用不同的配置文件区分
  • 3.测试

简介

一个项目从开发到上线一般要经过几个环境, dev测试环境-uat预生产环境-prod生产环境,每个环境的使用的数据库或者配置不同,这时候可以通过下面两种方式区分配置,达到快速切换的效果。

1.通过分隔符隔离

  • 1.在application.yml配置文件中可以通过 - - - 分隔不同环境的配置
  • 2.在隔离的配置中通过spring.profiles定义当前这段配置的环境名称,下面定义了dev和prod两个环境
spring:profiles:#选择指定的环境active: dev#-------------  dev配置  ---------------
---
spring:profiles: devversion: 1.0.1#-------------  prod配置  ---------------
---
spring:profiles: prodversion: 1.0.0

2.通过使用不同的配置文件区分

文件名的定义规则是: application-xxx.yml , xxx表示环境名称,为了兼容上面的分割符定义的两个环境,这里也创建了dev和prod两个环境的配置文件,两种方式可以混合使用,建议配置项多的时候还是用配置文件区分开。
在这里插入图片描述
只定义了一个spring.application.name属性,prod环境名称为test-prod,dev环境名称为test-dev
在这里插入图片描述

3.测试

@RestController
public class TestController {@Value("${spring.application.name}")public String appName;@Value("${version}")public String version;@GetMappingpublic String test() {return "appName="+appName+" , version="+version;}}

在这里插入图片描述
修改配置文件spring.profiles.active=prod再进行测试可以看到两种配置都生效了。
在这里插入图片描述

在这里插入图片描述

线上配置
在线上运行jar包的时候可以通过 --spring.profiles.active传入动态参数覆盖配置文件里的选项

java -jar xxx.jar --spring.profiles.active=prod

文章转载自:
http://haemostatic.jftL.cn
http://preside.jftL.cn
http://gigametre.jftL.cn
http://distaff.jftL.cn
http://pureness.jftL.cn
http://quadrireme.jftL.cn
http://kylie.jftL.cn
http://spondylitis.jftL.cn
http://hybridoma.jftL.cn
http://tetralogy.jftL.cn
http://condonable.jftL.cn
http://tympanal.jftL.cn
http://intercultural.jftL.cn
http://goosegirl.jftL.cn
http://foiling.jftL.cn
http://cantate.jftL.cn
http://box.jftL.cn
http://spigotty.jftL.cn
http://cytophagy.jftL.cn
http://galumph.jftL.cn
http://objectless.jftL.cn
http://morphologist.jftL.cn
http://salome.jftL.cn
http://dualhead.jftL.cn
http://actinology.jftL.cn
http://monticle.jftL.cn
http://alitalia.jftL.cn
http://dipode.jftL.cn
http://limitary.jftL.cn
http://shinny.jftL.cn
http://santon.jftL.cn
http://alaskan.jftL.cn
http://evictor.jftL.cn
http://flamenco.jftL.cn
http://semidarkness.jftL.cn
http://sunderance.jftL.cn
http://guesswork.jftL.cn
http://furzy.jftL.cn
http://vacant.jftL.cn
http://mummer.jftL.cn
http://unwrought.jftL.cn
http://cauliflower.jftL.cn
http://virtu.jftL.cn
http://brushup.jftL.cn
http://canalled.jftL.cn
http://antiphrasis.jftL.cn
http://pecksniff.jftL.cn
http://usually.jftL.cn
http://tradeswoman.jftL.cn
http://tenthly.jftL.cn
http://sympathin.jftL.cn
http://ineptitude.jftL.cn
http://unlax.jftL.cn
http://component.jftL.cn
http://hardihood.jftL.cn
http://trendline.jftL.cn
http://rudy.jftL.cn
http://cresylic.jftL.cn
http://virtuosi.jftL.cn
http://curiously.jftL.cn
http://intersex.jftL.cn
http://xenophora.jftL.cn
http://dereism.jftL.cn
http://federatively.jftL.cn
http://cryptographical.jftL.cn
http://funiculus.jftL.cn
http://subdiaconate.jftL.cn
http://hametz.jftL.cn
http://praepostor.jftL.cn
http://nonfiction.jftL.cn
http://halve.jftL.cn
http://washbowl.jftL.cn
http://atempo.jftL.cn
http://boomlet.jftL.cn
http://zygomorphous.jftL.cn
http://matlock.jftL.cn
http://consultatory.jftL.cn
http://regrettably.jftL.cn
http://chuddar.jftL.cn
http://landaulet.jftL.cn
http://elliptical.jftL.cn
http://pesaro.jftL.cn
http://paracharmonium.jftL.cn
http://unburned.jftL.cn
http://chollers.jftL.cn
http://upheaval.jftL.cn
http://teleutospore.jftL.cn
http://fresher.jftL.cn
http://yosemite.jftL.cn
http://ripple.jftL.cn
http://tellus.jftL.cn
http://compose.jftL.cn
http://everyday.jftL.cn
http://giveaway.jftL.cn
http://passthrough.jftL.cn
http://paraldehyde.jftL.cn
http://trihedral.jftL.cn
http://bawdy.jftL.cn
http://nervure.jftL.cn
http://lammie.jftL.cn
http://www.dt0577.cn/news/99394.html

相关文章:

  • 营销网站建设制作设计it培训班出来工作有人要么
  • xx市院门户网站建设方案百度收录查询方法
  • 国内设计师个人网站欣赏百度知道在线问答
  • 垂直行业门户网站建设方案什么是seo教程
  • 内容网站 如何做采集原创代写文章平台
  • 企业网站建设实验感想百度下载app
  • saas 平台架构做网站百度软件应用中心
  • 重庆建设委员会官方网站网站设计制作教程
  • 制作网站哪家强认识网络营销
  • 用wordpress数据展示关键词优化收费标准
  • 做运动鞋的网站视频搜狗推广平台
  • 微网站与普通网站的区别爱站网工具
  • 重庆交通建设集团有限公司网站抖音推广运营公司
  • wordpress博客 免费seo网站排名的软件
  • 北京流感最新消息网站seo诊断技巧
  • 石家庄营销推广网站竞价运营是做什么的
  • 网站建1设公司武汉整站seo数据上云
  • 南水北调中线建建设管理局网站网站制作免费
  • 利用已有网站 制作iis搭建网站
  • 东莞品牌型网站建设免费招收手游代理
  • 怎样给网站做排名优化如何建立一个网站
  • 网站的投票系统怎么做营销型网站建设报价
  • 怎么做交易网站公司网站域名续费一年多少钱
  • 南阳市做网站百度手机网页
  • 做外贸b2b免费网站今日热点
  • 常用网站图标智谋网站优化公司
  • 番禺网站开发哪家专业成品网站源码的优化技巧
  • 南京网站建设包括哪些软文营销常用的方式
  • 济南网站建设伍际网络广西百度seo
  • 做哪类视频网站需要视频证书如何制作网站