We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68e2c0 commit d281549Copy full SHA for d281549
1 file changed
website/src/main/resources/config/application.properties
@@ -45,3 +45,10 @@ spring.mail.password=Lm199301161127
45
spring.mail.properties.mail.smtp.auth=true
46
spring.mail.properties.mail.smtp.starttls.enable=true
47
spring.mail.properties.mail.smtp.starttls.required=true
48
+
49
50
+# DEVTOOLS (DevToolsProperties)
51
+spring.devtools.restart.additional-exclude=/**
52
+spring.devtools.restart.enabled=true
53
+spring.devtools.restart.poll-interval=1000
54
+spring.devtools.restart.quiet-period=400
0 commit comments