Back to course

Application Properties and YAML

Spring Boot 0 to Hero: The Complete Java Backend Masterclass

Configuring Your App

Spring Boot uses application.properties or application.yml for configuration.

You can set the server port, database URLs, and custom properties here. Example: server.port=9090