随笔分类 -  springboot

摘要:Mapper(本人没写dao层)接口类写法 public List<Custom> seachCustoms(@Param("fzr") String[] fzr); 1 <select id="seachCustoms" resultMap="customs" parameterType="lis 阅读全文
posted @ 2019-09-06 10:39 Python5421 阅读(2030) 评论(0) 推荐(0)
摘要:必须解决几个问题:1.必须引入tableExport.min.js 2.报“the server responded with a status of 404 ()”的404错误:发现是scrutity拦截问题,pom.xml重新载入security包,后启动项目即可(试了一上午竟然是这样解决。。。 阅读全文
posted @ 2019-08-28 15:06 Python5421 阅读(418) 评论(0) 推荐(0)
摘要:右击pom——>maven——>download Sources and Documentation——>下载完成后——>reimport 阅读全文
posted @ 2019-08-25 21:49 Python5421 阅读(986) 评论(0) 推荐(0)
摘要:问题描述: 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 阅读全文
posted @ 2019-08-20 15:42 Python5421 阅读(251) 评论(0) 推荐(0)
摘要:问题描述: IDEA连接本地mysql失败 Connection to lanyuekeji@localhost failed.[08001] Could not create connection to database server. Attempted reconnect 3 times. G 阅读全文
posted @ 2019-08-20 14:23 Python5421 阅读(7670) 评论(0) 推荐(1)
摘要:问题描述:具体提示如下: faild to read artifact descriptor for orag.springframwork.boot:spring-boot-starter-jdbc:jar:2.1.7 因为我只在POM.xml加了 这几个依赖但是就报这个错误 <!-- mybat 阅读全文
posted @ 2019-08-20 11:25 Python5421 阅读(2747) 评论(0) 推荐(0)