Skip to content

Files

Latest commit

00e2625 · Apr 9, 2024

History

History

example-11-spring-yaml

Example for Yaml config

A project showing how you can store configuration in Yaml file and load it into Spring Boot project. See the Config class and HelloController.

You can see the values by opening http://localhost:8080 in the browser.

Used in the course IDATA2306 Application Development