Skip to content

Files

Latest commit

 

History

History

example-11-spring-yaml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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