-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.properties
37 lines (30 loc) · 1.34 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#debug=true
#Spring configs
spring.application.name=Record API
spring.main.allow-bean-definition-overriding=false
info.app.name=${spring.application.name}
info.app.version=${project.version}
info.app.description=Europeana Record API retrieves record in different formats.
#switch Spring boot logging to log4j (see https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.logging)
org.springframework.boot.logging.LoggingSystem= org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
## management / actuator / swagger
#springfox.documentation.swagger-ui.enabled=true
management.security.enabled=false
management.endpoints.web.exposure.include=health,info
# for debugging conditioonal annotations locally the following configuration can be used
management.info.build.enabled=true
management.info.git.enabled=true
management.health.probes.enabled=true
### Configurations for swagger console
#springdoc.paths-to-exclude=/error
#springdoc.show-actuator=true
## server configurations
server.port = 8080
server.error.include-message=always
server.error.include-stacktrace=on_param
server.error.include-exception=false
server.error.see-also=https://pro.europeana.eu/page/apis
# compression:
# enabled: true
# min-response-size: 4096
# mime-types: application/json, application/ld+json, application/xml, text/html, text/xml, text/plain