13 lines
		
	
	
		
			328 B
		
	
	
	
		
			Groovy
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			328 B
		
	
	
	
		
			Groovy
		
	
	
	
| plugins {
 | |
| 	id 'java'
 | |
| 	id 'org.springframework.boot.conventions'
 | |
| }
 | |
| 
 | |
| description = 'Spring Boot HATEOAS smoke test'
 | |
| 
 | |
| dependencies {
 | |
| 	implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-hateoas')
 | |
| 
 | |
| 	testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
 | |
| }
 |