我在项目中添加了以下依赖项:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<scope>provided</scope>
</dependency>
现在是一个文件夹 “组织/ springframework的/启动/加载器” 在我的index.jsp和源文件夹旁边 在我的warfile中创建。 它包含一些编译类,如“launcher.class”,“JarLauncher.class”或“LaunchedURLClassLoader.class”。
如何告诉我的构建不要创建此文件夹?
答案 0 :(得分:0)
简单回答: 删除spring-boot-maven-plugin
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>