mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 06:38:42 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
|  | apply plugin: 'io.spring.convention.spring-sample-boot' | ||
|  | 
 | ||
|  | dependencies { | ||
|  | 	compile project(':spring-security-config') | ||
|  | 	compile project(':spring-security-oauth2-jose') | ||
|  | 	compile project(':spring-security-oauth2-resource-server') | ||
|  | 
 | ||
|  | 	compile 'org.springframework.boot:spring-boot-starter-web' | ||
|  | 
 | ||
|  | 	testCompile project(':spring-security-test') | ||
|  | 	testCompile 'org.springframework.boot:spring-boot-starter-test' | ||
|  | } |