application.conf 164 B

123456789
  1. springboot {
  2. deployment {
  3. port = 8080
  4. port = ${?PORT}
  5. }
  6. application {
  7. modules = [ me.mementomorri.ApplicationKt.module ]
  8. }
  9. }