logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【maven】如何构建一个可执行的 war

介绍一下"项目独立运行与发布",这里提供两种方案runnable waraddbelow to ++pom.xml++<plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat7-maven-plugin</artifactId><version>2.1</version><e

#maven#java
apisix配置http重定向到https

apisix配置http重定向到https背景一般网站在使用https协议之后,都会在访问 http 站点的时候,自动 301 重定向到 https,而且百度搜索资源收录也要求你在启用https的时候,保证http能够正确的301到https,那么使用 APISIX 该怎么实现呢开整一般我们遇到问题,都会去百度/谷歌或官网搜一下,那么官网给出了三种方案:1 直接使用 redirect 插件(试用后

文章图片
#http#https
spring data solr 之SolrTemplate与权重设置

1.(SolrTemplate)Springdata solr 实现了springdata访问Solr存储,并提供了springdata jpa模型的访问方式,另外,springdata solr提供了一个更底层的SolrTemplate,以方便启动一个嵌入式的solr服务器,使用方法见案例。。。https://github.com/SpringSource/spring-data-solr

#spring#solr#搜索
到底了