Update build configuration and add library dependencies

This commit is contained in:
2025-10-09 11:22:35 +02:00
parent cf6aca783d
commit 2a55b3e0f9
4 changed files with 41 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ import play.api.mvc._
@Singleton
class HomeController @Inject()(val controllerComponents: ControllerComponents) extends BaseController {
/**
* Create an Action to render an HTML page.
*

View File

@@ -1,5 +1,6 @@
@()
@main("Welcome to Play") {
<h1>Welcome to Play!</h1>
}