Spring Boot - Application Configuration
You want to migrate your Spring Boot app configuration from
application.yml to application.properties. Which of the following is the correct way to convert this YAML snippet?server:
port: 9090
spring:
datasource:
url: jdbc:h2:mem:testdb
username: sa
password: ""