錯誤:java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver
1.創建springboot項目遇到的錯誤:java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver 錯誤截圖: 此時配置文件中my ...
1.創建springboot項目遇到的錯誤:java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver 錯誤截圖: 此時配置文件中my ...
1.FileServiceImpl.java 2.FileController.java ...
項目中引入POM: 該jar在http://mvnrepository.com/artifact/com.google.code.kaptcha/kaptcha 和 https://r ...
一、名詞解釋 網上一大堆 二、pom依賴 encache可選,主要用於鑒權時的緩存 三、shiroConfiguration shiro的配置主要是shiroFilter和se ...
@Configuration public class WebConfig implements WebMvcConfigurer { @Override public voi ...
1.添加pom依賴 2.配置文件(applica.yml) 3.使用 ...
1.導入依賴 2.新建一個word,制作導出模板 模板放入 resource/static/word/template文件夾下 3.編寫工具類 工具類--WordExportServe ...
EhCache 是一個純Java的進程內緩存框架,具有快速、精干等特點,是Hibernate中默認的CacheProvider。 ehcache提供了多種緩存策略,主要分為內存和磁盤兩級,所以無 ...