Skip to content

Test case for a failure of Spring Boot to substitute a default property.

Notifications You must be signed in to change notification settings

garethrandall/spring-boot-property-failure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This test shows Spring fail to substitute a property properly. Note the strange curly bracket left in the result: }

In rabbitmq-context.xml, this line: <rabbit:connection-factory id="rabbitmqConnectionFactory" addresses="${rabbit.host:localhost}:5672"/>

Expected result: addresses property ends up as "localhost:5672"

Actual result:

"localhost}:5672"

About

Test case for a failure of Spring Boot to substitute a default property.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages