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
Spring Boot 0 to Hero: The Complete Java Backend Masterclass
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