随笔分类 - java
摘要:18:04:27.576 [nioEventLoopGroup-3-2] WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail o
阅读全文
摘要:Mapper(本人没写dao层)接口类写法 public List<Custom> seachCustoms(@Param("fzr") String[] fzr); 1 <select id="seachCustoms" resultMap="customs" parameterType="lis
阅读全文
摘要:右击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
阅读全文