Basics
2024
Get Values Defined in Properties File in Spring
Spring
Properties
Basics
Learn how to access values defined in a properties file in a Spring Boot application. Define properties in a properties file and access them in a Spring service.
Configuring the Port for a Spring Boot Application
Spring
Basics
Learn how to configure the server port for a Spring Boot application. Set the port in the application.properties file, command-line arguments, or system properties.