Spring Boot:  ${spring-boot.formatted-version}
spring.application.name: ${spring.application.name}
spring.profiles.active: ${spring.profiles.active}
server.port: ${server.port}
spring.datasource.url: ${spring.datasource.url}
spring.datasource.username: ${spring.datasource.username}
hibernate.ddl-auto: ${spring.jpa.hibernate.ddl-auto}
logging.file.path: ${logging.file.path}
Writing to the console can be very slow. Avoid logging to the  console in production environments, especially in high volume systems.
