Skip to content
Snippets Groups Projects

Add scheduled method to email

Merged Miroslav Rouča requested to merge addScheduledEmail into milestone-3
Files
18
@@ -40,13 +40,16 @@ springdoc:
path: /swagger-ui.html
tryItOutEnabled: true
#spring.h2.console.enabled=true
#spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
#spring.datasource.username=postgres
#spring.datasource.password=password
#spring.jpa.hibernate.ddl-auto=create
#spring.datasource.url=jdbc:h2:mem:testdb
#spring.datasource.driverClassName=org.h2.Driver
#spring.datasource.username=sa
#spring.datasource.password=password
#spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
\ No newline at end of file
management:
endpoint:
prometheus:
enabled: true
metrics:
enabled: true
health:
probes:
enabled: true
endpoints:
web:
exposure:
include: '*'
\ No newline at end of file
Loading