Top "Application.properties" questions

application.

Config-Server Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured

I am trying to get database configurations from a github repository that contains all application properties. The diagram below illustrates …

java spring-boot spring-cloud-config application.properties
Spring Boot error in setting up SSL connection

I am trying to connect my Spring Boot application to a PostGresSql database. But every time I get error in …

spring spring-boot ssl application.properties
Spring-Boot multi module unable to read properties file from another module

I have searched High and low and still I am unable to find a simple answer to this very annoying …

maven spring-boot multi-module application.properties java-11
Assign a value to a parameter in application properties before use

I have a property in my application.properties file in a SpringBoot project - app.module.service.url=http://localhost:8090/{…

spring-boot application.properties
When does spring use application-dev.properties vs application.properties

I've got several Spring Boot applications. All of them are maven projects and in all of them, I have separate …

maven spring-boot intellij-idea application.properties