spring boot security在战争中创建文件夹

时间:2017-08-09 15:58:57

标签: java spring security spring-boot

我在项目中添加了以下依赖项:

<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”。

如何告诉我的构建不要创建此文件夹?

1 个答案:

答案 0 :(得分:0)

简单回答: 删除spring-boot-maven-plugin

<plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
</plugin>