原创 win10下elk6.0安裝運行(解決Servcie不是內部或外部命令的問題)

一、背景        因爲搭建公司框架的需要,在SpringBoot集成了MyBatis(Mapper、PageHelper、Generator)、Activiti、druid、shiro、wagger2、lombok、thymelea

原创 SpringBoot+Tyhmeleaf:Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML'

問題    最近在使用Thymeleaf的時候,啓動項目,出現了下面的錯誤:[THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML'

原创 整合Activiti Modeler5.22並漢化(尚未解決漢化亂碼問題)

一,前言        之前用過Activiti,同事當時也集成了Modeler,但當時時間比較緊,所以Modeler還使用不了。這次公司搭建框架,項目又要用到工作流,於是決定集成工作流後,並把Activiti Modeler使用起來,也

原创 MyBatis: No MyBatis mapper was found in '[xx.mapper]' package. Please check your configuration.

問題情形              在使用SpringBoot集成MyBatis的過程中,項目正常啓動,但控制檯打出如下日誌: No MyBatis mapper was found in '[com.woxin.itsm.mappe

原创 Spring Boot configuration annotation processor not found in classpath

Spring Boot configuration annotation processor not found in classpath 問題產生 今天在使用Spring Boot開發的過程中,使用了Druid連接池,