Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

File metadata and controls

25 lines (18 loc) · 1.18 KB

Spring Boot Security

此模块包含有关Spring Boot Security的文章。

相关文章

Spring Boot Security自动配置

  • mvn clean install
  • uncomment actuator dependency simultaneously with the line from basic auth main class
  • uncomment security properties for easy testing. If not random will be generated.

CURL commands

- curl -X POST -u tuyucheng-admin:tuyucheng -d grant_type=client_credentials -d username=tuyucheng-admin -d password=tuyucheng http://localhost:8080/oauth/token