Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm currently working on a web application using Play Framework 2.8 with Scala. In this application, I need to log which user is performing updates in the models or repositories. However, the system ...
Telemaco Trentayuno's user avatar
0 votes
1 answer
63 views

I have my private Gitlab lib repository defined as follow: build.sbt scalaVersion := "2.13.13" /*** Gitlab private lib repository configuration ****/ resolvers += "gitlab" at "...
capo11's user avatar
  • 840
4 votes
0 answers
206 views

We are using Play framework (v2.8.16) with Pac4j (v10.0.2) as the security framework running on OpenJDK 12. Our application is a Java app and we are using Play's multi-module setup. In Play's ...
jdo's user avatar
  • 71
0 votes
2 answers
72 views

I'm working in creating a java web app using play framework(2.8.19). While creating registration page I'm trying to pass the inputs from the registration page(scala.html) to the controller class where ...
Dinesh Babu M's user avatar
2 votes
1 answer
74 views

I'd like to set some JDBC properties on the application.config. For example: useLegacyDatetimeCode=false&useUnicode=true&serverTimezone=UTC And this is my application.config. play { db....
kalin's user avatar
  • 89