Navigation :
test ../ test user-ref.html
User & Reference Guide
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/dev-release/release-notes.html
-- Release notes
test ../ test dev/dev-release/migrate-5.1.html
-- Migration notes 5.1
test ../ test dev/dev-release/previous-migration.html
--
Previous migration notes
test ../ test dev/dev-getting-started.html
-
Getting started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-extensions.html
-
Extending Atoti CVA Risk Capital
test ../ test user-getting-started.html
Getting started
test ../ test user-getting-started/about-guide.html
- Using this guide
test ../ test user-getting-started/pdf.html
- PDF guides
test ../ test user-getting-started/about-cvarc.html
- About the Solution
test ../ test user-getting-started/whats-new.html
- What's New
test ../ test user-getting-started/bookmarks.html
- Bookmarks
test ../ test regulatory-calcs.html
Regulatory calculations
test ../ test configuration.html
Configuration files
test ../ test configuration/activemonitor-support-properties.html
- activemonitor-support.properties
test ../ test configuration/apm-properties.html
- apm.properties
test ../ test configuration/application-yml.html
- application.yml
test ../ test configuration/content-server-mv-db.html
- content-server.mv.db
test ../ test configuration/cvarc-data-load-properties.html
- cvarc-data-load.properties
test ../ test configuration/cvarc-properties.html
- cvarc.properties
test ../ test configuration/dee-export-properties.html
- dee.export.properties
test ../ test configuration/env-default-properties.html
- env-default.properties
test ../ test configuration/hibernate-properties.html
- hibernate.properties
test ../ test configuration/jwt-properties.html
- jwt.properties
test ../ test configuration/logback-test-xml.html
- logback-test.xml
test ../ test configuration/logback-xml.html
- logback.xml
test ../ test configuration/serializer-jaxb-cfg-xml.html
- serializer.jaxb.cfg.xml
test ../ test configuration/signoff-export-properties.html
- signoff.export.properties
test ../ test configuration/signoff-import-properties.html
- signoff.import.properties
test ../ test configuration/signoff-properties.html
- signoff.properties
test ../ test configuration/tracing-properties.html
- tracing.properties
test ../ test cube.html
Cube reference
test ../ test input-files.html
Input file formats
test ../ test what-if.html
What-If
test ../ test widgets.html
Widgets
application.yml
File purpose
The default Spring Boot application properties file. Controls application parameters and start-up modes.
File location
The file is located in the folder cvarc-starter\src\main\resources .
File values
The file uses the YAML language to define properties in a hierarchical structure. When loaded into the application, the properties follow the default dot
notation.
The indentation levels used in the following table mirror the file itself.
Key
Value
Description
spring:
profiles:
default:
"local,local-content"
Default Spring profiles.
server:
Subsection for application server properties.
port:
9090
The port used for the application external services.
servlet:
Servlet configuration.
context-path:
"/cvarc-starter"
The context path of the application.
management:
Subsection for Spring Actuator application management.
endpoints:
Actuator endpoints.
web:
Web endpoints.
exposure:
Exposed endpoints.
include:
"*"
The endpoint IDs to include.
springdoc:
swagger-ui
enabled
false
Enable/disable the Swagger UI. See Swagger