You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
Originally posted by Haribou January 3, 2023
I am building a Spring Boot 2.7.2 application that contains a MicroStream embedded storage engine. The pom.xml of my application contains this dependency:
MicroStream works as expected within my Spring Boot application except that it completely ignores the MicroStream application.yml configuration. It resorts to its default configuration and, for example, uses the storage directory instead of the stateData directory that I configured in application.yml. I don't understand why my MicroStream configuration is being ignored. Any ideas?
Discussed in #501
Originally posted by Haribou January 3, 2023
I am building a Spring Boot 2.7.2 application that contains a MicroStream embedded storage engine. The pom.xml of my application contains this dependency:
My application.yml Spring Boot configuration contains the following lines:
MicroStream works as expected within my Spring Boot application except that it completely ignores the MicroStream application.yml configuration. It resorts to its default configuration and, for example, uses the storage directory instead of the stateData directory that I configured in application.yml. I don't understand why my MicroStream configuration is being ignored. Any ideas?
Thank you.