07 2021 档案
摘要:一.Idea打Jar包带上依赖 修改pom.xml文件,添加插件,使用assembly里面的assembly打包即可 <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <
阅读全文
摘要:1.mybatis设置文件未添加mapper 在mybatis文件中添加 <mappers> <mapper resource="com/innovationV2/mapper/UserMapper.xml"/> </mappers> ##2.mapper文件的命名空间设置错误 mapper文件内的
阅读全文