spring-security 当应用注解时,它抛出错误(@SpringBootApplication)[已关闭]

roejwanj  于 2022-11-11  发布在  Spring
关注(0)|答案(1)|浏览(85)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
上个月关门了。
Improve this question
这样的问题。添加注解时@SpringBootApplication(exclude={SecurityAutoConfiguration.class})生成预期的Name时出现错误IDE如下所示:enter image description here
有什么问题吗?

ix0qys7i

ix0qys7i1#

假设你使用的是Kotlin,它的语法实际上略有不同。
变更

@SpringBootApplication(exclude={SecurityAutoConfiguration.class})

结束日期

@SpringBootApplication(exclude=[SecurityAutoConfiguration::class])

相关问题