| 
									
										
										
										
											2017-12-31 17:04:37 +02:00
										 |  |  | ### Spring Boot Security Auto-Configuration
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - mvn clean install  | 
					
						
							| 
									
										
										
										
											2018-01-15 23:05:19 +02:00
										 |  |  | - 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 baeldung-admin:baeldung -d grant_type=client_credentials -d username=baeldung-admin -d password=baeldung http://localhost:8080/oauth/token | 
					
						
							| 
									
										
										
										
											2018-04-11 11:33:18 +06:00
										 |  |  | 
 | 
					
						
							|  |  |  | ### Relevant Articles:
 | 
					
						
							|  |  |  | - [Spring Boot Security Auto-Configuration](http://www.baeldung.com/spring-boot-security-autoconfiguration) |