playframework / play-java-starter-example

Play starter project in Java (ideal for new users!)
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
161 stars 135 forks source link

Application.conf typo #63

Closed nathanmerrill closed 6 years ago

nathanmerrill commented 6 years ago

I checked out the play-java-starter-example project. In the application.conf on line 59, it says:

# If there are any built-in modules that you want to disable, you can list them here.
#enabled += my.application.Module

It should say:

# If there are any built-in modules that you want to enable, you can list them here.
#enabled += my.application.Module

Play Version (2.5.x / etc)

2.6

API (Scala / Java / Neither / Both)

Java

Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)

Windows 10