删除build 标签及其中的所有内容,spring-boot-maven-plugin 插件作用是打一个可运行的包,多模块项目仅仅需要在入口类所在的模块添加打包插件,这里父模块不需要打包运行。而且该插件已被包含在 Spring Boot 提供的父工程中,这里删掉即可。 整理后的pom文件如下 <?xml version="1.0" encoding="UTF-8"?><projectxmlns...
在第一节中没有贴maven配置,如下 For now, create a new directory on your filesystem, for example, shiro-tutorial and save the following Maven pom.xml file in that directory: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi...