03 2021 档案
mybatis/tkmybatis/mybatis-plus中mapper-locations配置错误导致的XML fragments parsed from previous mappers already contains value for
摘要:异常信息如下: on: Error parsing Mapper XML. The XML location is 'URL [jar:file:/F:/project/java/devman-jdk11/customer-manager/target/customer-manager-1.0-SN
阅读全文
pageHelper从tkmybatis移植到mybatis-plus出现getTotal getPageNum getPageSize都返回0的问题
摘要:之前使用tkmybatis时候的分页代码 final Integer pageNum = parameter.getPageNum(); final Integer pageSize = parameter.getPageSize(); final Map<String, Object> map =
阅读全文
nexus3.30.0-01在centos部署报错java.io.FileNotFoundException: Karaf etc folder not found
摘要:报错信息 occurred shutting down framework: java.io.FileNotFoundException: Karaf etc folder not found: /usr/local/nexus-3.30.0-01/bin/etc/karaf java.io.Fil
阅读全文