【发布时间】:2015-06-09 14:44:36
【问题描述】:
我已经设法使用 Spring boot 执行器构建了一个 rest api,它运行良好。我现在需要为应用程序添加安全性,并找到一个链接,表明需要做的就是将以下内容添加到 pom 文件中:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
我试过了,但没有得到预期的结果,即在控制台中看到以下内容;
Using default security password: 7dfsdg4d0-4dfsdfsd93-dsdf9f8-axxe1-xxxxxx
任何建议或解决方案的链接,将不胜感激。
【问题讨论】:
标签: rest spring-boot