* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md
		
			
				
	
	
		
			12 lines
		
	
	
		
			545 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			545 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
### Spring Boot Security Auto-Configuration
 | 
						|
 | 
						|
- 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 baeldung-admin:baeldung -d grant_type=client_credentials -d username=baeldung-admin -d password=baeldung http://localhost:8080/oauth/token
 | 
						|
 | 
						|
### Relevant Articles:
 | 
						|
- [Spring Boot Security Auto-Configuration](http://www.baeldung.com/spring-boot-security-autoconfiguration)
 |