Snippets tagged “yaml”
2 snippets use this tag.
- Add context path to Spring Boot applicationJava
To add a context path to a Spring Boot application, you can use the server.context-path property in the application's application.properties file.
- How can I parse a YAML file in PythonPython
To parse a YAML file in Python, you can use the yaml library.