Top "Application.properties" questions

application.

Intellij IDEA complains cannot resolve spring boot properties but they work fine

Can not resolve configuration property '... I have no problem accessing my properties through the @Value annotation or through an …

spring spring-boot intellij-idea application.properties
Spring Boot: @Value returns always null

I would like to use a value from application.properties file in order to pass it in the method in …

java spring-boot application.properties
Spring-boot application-test.properties

I am trying to unit test the spring-boot application using junit. I have placed the application-test.properties under src/test/…

spring-boot spring-boot-test application.properties
Convert YAML file to Application.properties

How can we convert YAML file to Application.properties? pay.payment: sandbox: Url: https://securegw-stage//processTransaction callbackUrl: http://localhost:8080/pgresponse …

spring-boot application.properties
Precedence order among properties file, YAML file, and Command Line arguments in SpringBoot

I have been using application.properties files since long in my Spring application. But recently I came across application.yaml …

spring-boot yaml command-line-arguments intellij-idea-2016 application.properties
Database "C:/data/sample" not found, and IFEXISTS=true, so we cant auto-create it - Error in Spring Boot

I have created a spring boot application to connect h2 database with it. While doing so, it throws an error …

spring-boot microservices pom.xml h2 application.properties
Spring Boot Unable to determine jdbc url from datasource

I'm building an application using spring boot and need to connect to Oracle DB via service, not sid. These are …

java database spring-boot datasource application.properties
How to use multiple mongodb databases in spring boot application?

In my application, I need to use two MongoDB databases. I don't know how to add 2 MongoDB databases in the …

java mongodb spring-boot configuration application.properties
convert application.yml file to application.properties

I have my application.yml file as below. How to convert it to application.properties I am trying it but …

java spring-boot netflix-eureka application.properties