* Implementation of Introduction to Play Framework in Java * Implementation of Introduction to Play Framework in Java * Implementation of Introduction to Play Framework in Java * Implementation of the tutorial for Introduction to Play Framework. * Updated code for Play Routing to 2.7.3 * Updated code for Play Routing to 2.7.3 * Initial Commit * Added request object to create end point * Finished implementing student-api * Finished implementing student-api * Implementation of the tutorial for Introduction to Play Framework. * Updated test names * Removed Lombok dependency * Corrected isSuccessful spelling and removed the +1 on student ids
		
			
				
	
	
		
			11 lines
		
	
	
		
			205 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			205 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
| name := """introduction"""
 | |
| organization := "com.baeldung"
 | |
| 
 | |
| version := "1.0-SNAPSHOT"
 | |
| 
 | |
| lazy val root = (project in file(".")).enablePlugins(PlayJava)
 | |
| 
 | |
| scalaVersion := "2.13.0"
 | |
| 
 | |
| libraryDependencies += guice
 |