04 2020 档案
摘要:1.引入Mybatis-Plus依赖(3.1.1版本目前有些问题,建议使用3.1.0版本) <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version
阅读全文
摘要:安装 在 IntelliJ IDEA 12. x 或者更高版本中,转到 File> Settings> Plugins。 单击 Browse repositories 按钮,在搜索字段中,键入 innerbuilder。 它应该出现在插件列表中。 右键单击并选择 Download and Insta
阅读全文
摘要:续上一篇 上一篇描述了通过logback配置用logstash收集springmvc项目日志,本文是描述如何进一步通过elasticsearch对所收集数据进行的分析。 output { elasticsearch { action => "index" hosts => "127.0.0.1:92
阅读全文
摘要:配置logback,需要一个转接的Appender,可以通过Maven依赖加到项目中: <dependency> <groupId>com.cwbase</groupId> <artifactId>logback-redis-appender</artifactId> <version>1.1.5<
阅读全文