摘要:
背景 测试环境修复bug时,经常需要修改代码替换jar包,由于之前使用SpringBoot的默认配置,导致依赖lib文件夹和配置文件夹config都打进jar,使得jar包很大,传输到测试机器上浪费时间,于是琢磨打jar包时将依赖文件夹lib和配置文件夹config分离出来。 原先的pom.xml的 阅读全文
最新随笔
- 1.Kafka消费消息时遇到的问题
- 2.ElasticSearch使用IK分词器,并重建索引
- 3.使用Logstash进行ElasticSearch数据迁移
- 4.getWriter() has already been called for this response
- 5.Dubbo调用报错:forbid consumer
- 6.启动报错:class: interface org.apache.dubbo.common.logger.LoggerAdapter) couldn't be instantiated: null
- 7.执行报错:Transaction rolled back because it has been marked as rollback-only
- 8.Redis集群不停机升级
- 9.Web页面显示报错信息漏洞修复
- 10.Clickhouse备份与恢复