随笔分类 - springboot
摘要:Mapper(本人没写dao层)接口类写法 public List<Custom> seachCustoms(@Param("fzr") String[] fzr); 1 <select id="seachCustoms" resultMap="customs" parameterType="lis
阅读全文
摘要:必须解决几个问题:1.必须引入tableExport.min.js 2.报“the server responded with a status of 404 ()”的404错误:发现是scrutity拦截问题,pom.xml重新载入security包,后启动项目即可(试了一上午竟然是这样解决。。。
阅读全文
摘要:右击pom——>maven——>download Sources and Documentation——>下载完成后——>reimport
阅读全文
摘要:问题描述: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Aug 20 15:30:12 CST 2019 Th
阅读全文
摘要:问题描述: IDEA连接本地mysql失败 Connection to lanyuekeji@localhost failed.[08001] Could not create connection to database server. Attempted reconnect 3 times. G
阅读全文
摘要:问题描述:具体提示如下: faild to read artifact descriptor for orag.springframwork.boot:spring-boot-starter-jdbc:jar:2.1.7 因为我只在POM.xml加了 这几个依赖但是就报这个错误 <!-- mybat
阅读全文