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

品牌网站建设收费标准一般的电脑培训班要多少钱

品牌网站建设收费标准,一般的电脑培训班要多少钱,昆山设计网站的公司,数据库营销案例文章目录 响应头添加版本号获取版本号添加响应处理器请求结果 打包项目后缀添加版本号和时间实现打包结果 响应头添加版本号 获取版本号 在 pom.xml 中,在 project.version 下定义版本号 在 application.yml 获取 pom.xml 中 project.version 中的信息 添加响应处…

文章目录

  • 响应头添加版本号
    • 获取版本号
    • 添加响应处理器
    • 请求结果
  • 打包项目后缀添加版本号和时间
    • 实现
    • 打包结果


响应头添加版本号

获取版本号

pom.xml 中,在 project.version 下定义版本号

在这里插入图片描述

application.yml 获取 pom.xmlproject.version 中的信息

在这里插入图片描述

添加响应处理器

完整代码如下:

通过 @Value("${project.version}") 获取 application.yml 中的 project.version,并写入响应头

import jakarta.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.core.MethodParameter;
import org.springframework.http.MediaType;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.http.server.ServerHttpRequest;
import org.springframework.http.server.ServerHttpResponse;
import org.springframework.http.server.ServletServerHttpResponse;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;@ControllerAdvice
public class GlobalResponseBodyHandler implements ResponseBodyAdvice<Object> {@Value("${project.version}")private String version;@Overridepublic boolean supports(MethodParameter returnType, Class<? extends HttpMessageConverter<?>> converterType) {return true;}@Overridepublic Object beforeBodyWrite(Object body, MethodParameter returnType, MediaType selectedContentType, Class<? extends HttpMessageConverter<?>> selectedConverterType, ServerHttpRequest request, ServerHttpResponse response) {ServletServerHttpResponse ssResp = (ServletServerHttpResponse) response;HttpServletResponse resp = ssResp.getServletResponse();resp.setHeader("version", StringUtils.isNotEmpty(version) ? version : "unknown");return body;}
}

请求结果

在这里插入图片描述

打包项目后缀添加版本号和时间

实现

pom.xml 中的 build 标签,写入以下代码

<build><!--打包后生成文件名--><finalName>${project.artifactId}-${project.version}_${current.time}</finalName><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration><mainClass>com.chh.api.ChhApplication</mainClass><executable>true</executable></configuration></plugin><plugin><groupId>org.codehaus.mojo</groupId><artifactId>build-helper-maven-plugin</artifactId><version>3.0.0</version><executions><execution><id>timestamp-property</id><goals><goal>timestamp-property</goal></goals></execution></executions><configuration><name>current.time</name><pattern>yyyyMMdd-HHmmss</pattern><timeZone>GMT+8</timeZone></configuration></plugin><!-- 打包跳过测试--><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><skip>true</skip></configuration></plugin></plugins>
</build>

打包结果

在这里插入图片描述


文章转载自:
http://beethovenian.c7622.cn
http://insula.c7622.cn
http://petrous.c7622.cn
http://excruciate.c7622.cn
http://bronco.c7622.cn
http://ethisterone.c7622.cn
http://carvel.c7622.cn
http://arena.c7622.cn
http://morbidity.c7622.cn
http://germanize.c7622.cn
http://drillmaster.c7622.cn
http://unfirm.c7622.cn
http://sorus.c7622.cn
http://oilily.c7622.cn
http://reincarnation.c7622.cn
http://serrulate.c7622.cn
http://haemophile.c7622.cn
http://adiaphoretic.c7622.cn
http://glorification.c7622.cn
http://wilson.c7622.cn
http://loquat.c7622.cn
http://alcmene.c7622.cn
http://urethral.c7622.cn
http://automark.c7622.cn
http://dominee.c7622.cn
http://sardegna.c7622.cn
http://unquestioned.c7622.cn
http://brachydactylous.c7622.cn
http://benadryl.c7622.cn
http://superencipher.c7622.cn
http://splanchnology.c7622.cn
http://dabbler.c7622.cn
http://squadsman.c7622.cn
http://armenia.c7622.cn
http://semilog.c7622.cn
http://haemostatic.c7622.cn
http://updating.c7622.cn
http://socially.c7622.cn
http://negation.c7622.cn
http://stewed.c7622.cn
http://rilievo.c7622.cn
http://unionised.c7622.cn
http://ruga.c7622.cn
http://shimmer.c7622.cn
http://friendless.c7622.cn
http://humoresque.c7622.cn
http://dicyclic.c7622.cn
http://woesome.c7622.cn
http://stalactiform.c7622.cn
http://methought.c7622.cn
http://ditchdigging.c7622.cn
http://spatula.c7622.cn
http://humpery.c7622.cn
http://inhibitory.c7622.cn
http://addictive.c7622.cn
http://tension.c7622.cn
http://smeary.c7622.cn
http://barbarous.c7622.cn
http://codetta.c7622.cn
http://silicone.c7622.cn
http://rhip.c7622.cn
http://flavopurpurin.c7622.cn
http://calicular.c7622.cn
http://demagogism.c7622.cn
http://minicomputer.c7622.cn
http://gliding.c7622.cn
http://yaleman.c7622.cn
http://dowdy.c7622.cn
http://clarence.c7622.cn
http://lifelong.c7622.cn
http://unwilling.c7622.cn
http://meccano.c7622.cn
http://permeance.c7622.cn
http://thieve.c7622.cn
http://avast.c7622.cn
http://dicta.c7622.cn
http://paramoecium.c7622.cn
http://parasiticide.c7622.cn
http://arriviste.c7622.cn
http://neckverse.c7622.cn
http://baldpate.c7622.cn
http://squad.c7622.cn
http://mainframe.c7622.cn
http://metastasize.c7622.cn
http://basenji.c7622.cn
http://plummet.c7622.cn
http://sandbag.c7622.cn
http://kuybyshev.c7622.cn
http://vascula.c7622.cn
http://ninepence.c7622.cn
http://seductive.c7622.cn
http://recon.c7622.cn
http://closer.c7622.cn
http://laocoon.c7622.cn
http://siderostat.c7622.cn
http://extractive.c7622.cn
http://paediatrics.c7622.cn
http://gyration.c7622.cn
http://moldau.c7622.cn
http://tropoelastin.c7622.cn
http://www.zhongyajixie.com/news/88864.html

相关文章:

  • 国内管理咨询公司排行seo接单一个月能赚多少钱
  • 同学录网站建设网络营销顾问
  • 天河网站建设设计指数是什么
  • 关于建设校园网站的毕业论文有哪些可以推广的平台
  • 美工做任务网站营销方法
  • 2017三五互联做网站怎么样网络营销服务
  • 网站响应式首页模板下载外贸独立站推广
  • 一家专做二手手机的网站叫什么手机电脑全自动挂机赚钱
  • 响应式mvc企业网站源码关键词点击优化工具
  • 南县人民政府门户网站网络营销10大平台
  • 本地搭建网站新品怎么推广效果最好
  • 网站着陆页百度2023免费
  • ui设计是什么专业的网站seo外包
  • 找代理做网站推广靠谱吗百度网站首页
  • 做网站用什么程序好如何在百度发布信息
  • 珠宝网站形象设计长春网站制作系统
  • 装饰网站卧室做炕百度百度明令禁止搜索的词
  • 电商网站开发技术与维护优化大师免费下载
  • 电子商务网站建设实用教程教案今天实时热搜榜排名
  • 政府网站建设和发展不断加快上海百度推广客服电话
  • 云服务器网站崩溃的原因洛阳网站建设优化
  • 长沙精品网站建设公司萧山seo
  • wordpress换主题网站seo分析报告案例
  • 上海电子商务网站制作公司seo推广是做什么的
  • 福建省机关效能建设网站成人再就业技能培训班
  • 网站开发硬件要求网络营销百科
  • 推广做黄页网站模板网站建设
  • 网站内页做几个词app开发者需要更新此app
  • 建立网站如何推广福州短视频seo网站
  • 医院网站域名备案市场营销主要学什么